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

Commit

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

0 comments on commit 34074fc

Please sign in to comment.