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

Commit

Permalink
Update to 222.0.644925942-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Sep 23, 2024
1 parent 34074fc commit 0a9c133
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": "220.0.638448775-beta",
"Beta": "222.0.644925942-beta",
"Stable": "215.5.639116830"
}
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>215.5.639116830</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v215.5.639116830</packageSourceUrl>
<version>222.0.644925942-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v222.0.644925942-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/639116830.exe'
checksum64 = '778b33b7d3c8a92a6eced11cf8e7f0203343d9b313481125eb79b1596a4d9e67'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/644925942.exe'
checksum64 = '96613c8e39537895f41521e0925cc5f9b625f831a3ff8ec8545fc1d4eda4d2c8'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 0a9c133

Please sign in to comment.