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

Commit

Permalink
Update to 185.0.468743899
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
brogers5 committed May 1, 2023
1 parent 636f785 commit bd29785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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>182.0.455264854</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v182.0.455264854</packageSourceUrl>
<version>185.0.468743899</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v185.0.468743899</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 @@ -3,15 +3,15 @@
Confirm-Win10 18362

$packageName = $env:ChocolateyPackageName
$fileName = 'Messenger.182.0.0.9.73.exe'
$fileName = 'Messenger.185.0.0.5.228.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 = '7a5210d6eeeb70b1b7ca0fb929adf3905ea4132e7e355c4659bbe6c468914df5'
checksum64 = '59fc3a30bab5ac56a67cd3e191ca00487cae52fa943531f63349aacb923fa932'
checksumType64 = 'sha256'
options = @{
Headers = @{
Expand Down

0 comments on commit bd29785

Please sign in to comment.