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

Commit

Permalink
Update to 186.0.471877735
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed May 9, 2023
1 parent bd29785 commit 266614e
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>185.0.468743899</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v185.0.468743899</packageSourceUrl>
<version>186.0.471877735</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v186.0.471877735</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.185.0.0.5.228.exe'
$fileName = 'Messenger.186.0.0.10.221.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 = '59fc3a30bab5ac56a67cd3e191ca00487cae52fa943531f63349aacb923fa932'
checksum64 = '06928821409a3e552e4fb4acf42203655d9aa813fa7896803e8dcdc3d28b799f'
checksumType64 = 'sha256'
options = @{
Headers = @{
Expand Down

0 comments on commit 266614e

Please sign in to comment.