Skip to content

Commit 785a586

Browse files
author
Chocolatey
committed
1 parent 95a28d6 commit 785a586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WhatsApp/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$packageName = 'whatsapp'
44
$url32 = 'https://web.whatsapp.com/desktop/windows/release/ia32/WhatsAppSetup.exe'
55
$url64 = 'https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe'
6-
$checksum32 = 'cfd114eb89c391c0722047e087e4c92ce26e963bb6a69b0b0c4e752f367b028a'
7-
$checksum64 = '84913bb4a05a66ec84b90ecacbba2199d08a6265920e820a94000fa9731569f3'
6+
$checksum32 = 'df00eaae553e03d390912129209b96fef2b3bd4c67698b1cb884e8d32dd29c03'
7+
$checksum64 = '7063cbe93a9820e0eae8e918c8a56ff0f31d8ed3a7b81e945c2e3e64fc54797f'
88

99
$packageArgs = @{
1010
packageName = $packageName

WhatsApp/whatsapp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>WhatsApp</id>
5-
<version>0.3.4157</version>
5+
<version>0.3.4375</version>
66
<title>WhatsApp</title>
77
<authors>WhatsApp Inc.</authors>
88
<owners>sippi</owners>

0 commit comments

Comments
 (0)