Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update to 220.0.635881281-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Aug 28, 2024
1 parent a7851b1 commit 6867f50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion messenger.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Beta": "219.0.632911336-beta",
"Beta": "220.0.635881281-beta",
"Stable": "215.4.630185154"
}
4 changes: 2 additions & 2 deletions messenger.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>messenger</id>
<version>219.0.632911336-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v219.0.632911336-beta</packageSourceUrl>
<version>220.0.635881281-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v220.0.635881281-beta</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $installArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
silentArgs = '/S'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/632911336.exe'
checksum64 = '4843cce16530add40895f7056b3c0c1137ec69a9ec8a06b16ae99975f150cf36'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/635881281.exe'
checksum64 = '90757c1e48c4a95633012f1e4f29c9f2643d77d0502d598f13e86053df929dca'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 6867f50

Please sign in to comment.