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

Commit

Permalink
Update to 219.0.632619711-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Aug 15, 2024
1 parent 5ffd2cc commit 37d7333
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": "218.0.628688068-beta",
"Beta": "219.0.632619711-beta",
"Stable": "215.3.624227262"
}
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>218.0.628688068-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v218.0.628688068-beta</packageSourceUrl>
<version>219.0.632619711-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v219.0.632619711-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/628688068.exe'
checksum64 = 'b3bcc9d6af92d13e6645d640f1dc0840f7ecdc13bcae727041a964904eda93b3'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/632619711.exe'
checksum64 = 'cf88fbc29366a35269605c7b3b0ee42f71427e00f968d3109afa721bc8f699b7'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 37d7333

Please sign in to comment.