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

Commit

Permalink
Update to 213.0.605013946
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 3, 2024
1 parent 40b6d15 commit dcfd40a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Find deals, make reservations and get customer support by chatting with your fav

## Package Notes

The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.
The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html#installerusage). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.

---

Expand Down
2 changes: 1 addition & 1 deletion messenger.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Beta": "213.0.604555872-beta",
"Stable": "212.1.601656846"
"Stable": "213.0.605013946"
}
6 changes: 3 additions & 3 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>213.0.604555872-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v213.0.604555872-beta</packageSourceUrl>
<version>213.0.605013946</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v213.0.605013946</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
Expand Down Expand Up @@ -54,7 +54,7 @@ Find deals, make reservations and get customer support by chatting with your fav
## Package Notes
The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.
The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html#installerusage). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.
---
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/604555872.exe'
checksum64 = '1baaa5954a500bdede54ccabddac56b6442b247a42914cf70d610301a6b788af'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/605013946.exe'
checksum64 = '3e197afd3e2d406e0a4b73e2d6a31b6cc86e2fa587d637c3db0aa38d84e1c142'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit dcfd40a

Please sign in to comment.