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

Commit

Permalink
Update to 188.0.480746136
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 5, 2023
1 parent a6d93e9 commit 1f67a52
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>187.0.478120702</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v187.0.478120702</packageSourceUrl>
<version>188.0.480746136</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v188.0.480746136</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.187.0.0.16.215.exe'
$fileName = 'Messenger.188.0.0.11.164.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 = 'c92c3d93d115dec62727f58e09db1e6e9c48e566a7916d6addb537b4f570348b'
checksum64 = '11b9155adb4e44c82bcbc25ceaba6b7e728b2d2b5ef8f3337285633593977576'
checksumType64 = 'sha256'
options = @{
Headers = @{
Expand Down

0 comments on commit 1f67a52

Please sign in to comment.