diff --git a/messenger.nuspec b/messenger.nuspec index 87dcb4b..d60f7a0 100644 --- a/messenger.nuspec +++ b/messenger.nuspec @@ -3,8 +3,8 @@ messenger - 164.0.406707569 - https://github.com/brogers5/chocolatey-package-messenger/tree/v164.0.406707569 + 165.0.409052239 + https://github.com/brogers5/chocolatey-package-messenger/tree/v165.0.409052239 sublym0nal Messenger Facebook Inc. @@ -18,12 +18,15 @@ A simple app that lets you text, video chat, and stay close with people you care about. -Available in the US only. Single-source cards eligible for sending money only. +Choose the exact message you want to reply to or forward, right in your chat. #### BUSINESS - Connect with businesses + Find deals, make reservations and get customer support by chatting with your favorite businesses right from Messenger. ## 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. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 7b35bfc..83835a3 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -3,7 +3,7 @@ Confirm-Win10 18362 $packageName = $env:ChocolateyPackageName -$fileName = 'Messenger.164.0.0.8.109.exe' +$fileName = 'Messenger.165.0.0.16.91.exe' $filePath = Join-Path -Path "$(Get-PackageCacheLocation)" -ChildPath $fileName @@ -11,7 +11,7 @@ $downloadArgs = @{ packageName = $packageName fileFullPath = $filePath url64bit = 'https://www.messenger.com/messenger/desktop/downloadV2/?platform=win' - checksum64 = '6dc4c494d6b0974188aa63dad2f9c5dae49a169d844482632d70917e5d001455' + checksum64 = 'b81eb1499d0e7866a396518f64f265023252be37b39e5ac5d078b7b1b79ade57' checksumType64 = 'sha256' options = @{ Headers = @{