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

Commit

Permalink
Update to 179.0.447776740
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Feb 22, 2023
1 parent 0b7f0ac commit 2c3f260
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>176.0.442527159</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v176.0.442527159</packageSourceUrl>
<version>179.0.447776740</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v179.0.447776740</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.176.0.0.12.101.exe'
$fileName = 'Messenger.179.0.0.13.81.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 = '594455f52b21f7eb0fd04c765131fa5f0d997821b5e1adb0e242e0871de3d824'
checksum64 = '1199f50907f903b39a171d47c344498af44a331385d9af6b24c0c90b9a06d2e5'
checksumType64 = 'sha256'
options = @{
Headers = @{
Expand Down

0 comments on commit 2c3f260

Please sign in to comment.