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

Commit

Permalink
Update to 189.0.484064195-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 14, 2023
1 parent 8b5f13e commit 82c05ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 4 additions & 0 deletions messenger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Beta": "189.0.484064195-beta",
"Stable": "188.0.480746136"
}
12 changes: 2 additions & 10 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>188.0.480746136</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v188.0.480746136</packageSourceUrl>
<version>189.0.484064195-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v189.0.484064195-beta</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
Expand Down Expand Up @@ -63,14 +63,6 @@ Find deals, make reservations and get customer support by chatting with your fav
## Package Notes
Facebook hides Messenger downloads behind a timestamped download URL that is generated by a request to a canonical URL. While it seems possible to influence which software version is served (namely with `User-Agent` spoofing), the resulting URL is obfuscated and implements signature matching to prevent tampering, which makes reverse engineering of the server's behavior difficult. Therefore, this package will only support the latest available version, and should be treated similarly to packages with a non-versioned download URL.
This means the installer binary's checksum will periodically change, and a newly released software version will break this package version. Consequently, FOSS users should generally consider older package versions to be obsolete and unsupported. Obsolete package versions may be unlisted if the Chocolatey CDN has not cached the download before obsoletion.
Consider [internalizing this package](https://docs.chocolatey.org/en-us/guides/create/recompile-packages) if you require a stable binary, or the ability to install this specific version after a new version is released.
---
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.
---
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/480746136.exe'
checksum64 = '11b9155adb4e44c82bcbc25ceaba6b7e728b2d2b5ef8f3337285633593977576'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/484064195.exe'
checksum64 = '4eac6262d557330ec49f27fce29b6c2441986436293ff024b3a7297a333a11d0'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 82c05ff

Please sign in to comment.