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

Commit

Permalink
Update to 165.0.409052239
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Oct 18, 2022
1 parent d3d0802 commit a78640a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 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>164.0.406707569</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v164.0.406707569</packageSourceUrl>
<version>165.0.409052239</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v165.0.409052239</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
Expand All @@ -18,44 +18,51 @@
<summary>A simple app that lets you text, video chat, and stay close with people you care about.</summary>
<description><![CDATA[
---
### [choco://messenger](choco://messenger)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)
---
## Go big with Messenger
A simple app that lets you text, video chat, and stay close with people you care about.
![Messenger Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@41f54bf64d8c817bf3663b1c331fe5074df2923f/Screenshot.png)
### Features
#### CROSS-APP COMMUNICATION - Hang with your favorite people on your favorite apps and devices
Messenger powers conversations within Facebook, Instagram, Portal, and Oculus.
#### WATCH TOGETHER - Enjoy videos with your friends
Watch movies, music videos, TV shows and more with your friends over video chat.
#### CUSTOM REACTIONS - Say it with any emoji
Lost for words? Now you can customize your reactions, with way more emojis to choose from, including 🎉 and 🔥.
#### ANIMATED EFFECTS - Express yourself
Bring your conversations to life with fun AR effects, message effects and selfie stickers.
#### CHAT THEMES - Your chats, Your way
Choose from fun themes and colors to make your chats more personal ❤️ 🏳️‍🌈
#### REPLIES & FORWARDING - Let the conversation flow
Choose the exact message you want to reply to or forward, right in your chat.
#### PAYMENTS - Send money to friends & family
Send and receive money securely and easily by adding your debit card, PayPal account or reloadable prepaid card.<br/>
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.
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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

$downloadArgs = @{
packageName = $packageName
fileFullPath = $filePath
url64bit = 'https://www.messenger.com/messenger/desktop/downloadV2/?platform=win'
checksum64 = '6dc4c494d6b0974188aa63dad2f9c5dae49a169d844482632d70917e5d001455'
checksum64 = 'b81eb1499d0e7866a396518f64f265023252be37b39e5ac5d078b7b1b79ade57'
checksumType64 = 'sha256'
options = @{
Headers = @{
Expand Down

0 comments on commit a78640a

Please sign in to comment.