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

Commit

Permalink
Update to 207.0.573661039-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Mar 7, 2024
1 parent b584f90 commit 08edb46
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": "207.0.573261431-beta",
"Beta": "207.0.573661039-beta",
"Stable": "206.0.570891462"
}
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>207.0.573261431-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v207.0.573261431-beta</packageSourceUrl>
<version>207.0.573661039-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v207.0.573661039-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/573261431.exe'
checksum64 = 'f3a842b5f79251902652fa4c4623bf2483d41fb9ca6f18299b53582c24e323cd'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/573661039.exe'
checksum64 = '78d649d1794d0715cfa62a0304cbbb20478276885b0e71af89e89cb3cc50bc4b'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 08edb46

Please sign in to comment.