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

Commit a3f7e68

Browse files
committed
Update to 215.4.630185154
1 parent 37d7333 commit a3f7e68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

messenger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"Beta": "219.0.632619711-beta",
3-
"Stable": "215.3.624227262"
3+
"Stable": "215.4.630185154"
44
}

messenger.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>messenger</id>
6-
<version>219.0.632619711-beta</version>
7-
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v219.0.632619711-beta</packageSourceUrl>
6+
<version>215.4.630185154</version>
7+
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v215.4.630185154</packageSourceUrl>
88
<owners>sublym0nal</owners>
99
<title>Messenger</title>
1010
<authors>Facebook Inc.</authors>

tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $installArgs = @{
66
packageName = $env:ChocolateyPackageName
77
fileType = 'EXE'
88
silentArgs = '/S'
9-
url64bit = 'https://www.facebook.com/zeratul/desktop/update/632619711.exe'
10-
checksum64 = 'cf88fbc29366a35269605c7b3b0ee42f71427e00f968d3109afa721bc8f699b7'
9+
url64bit = 'https://www.facebook.com/zeratul/desktop/update/630185154.exe'
10+
checksum64 = 'd5d8fc621600469b4c5eea47db05ee2cc90d6dab0babd232f868302449fc8247'
1111
checksumType64 = 'sha256'
1212
validExitCodes = @(0)
1313
}

0 commit comments

Comments
 (0)