Skip to content

Commit b2f437f

Browse files
author
Chocolatey
committed
1 parent a2e3488 commit b2f437f

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 = '6e9b8a23deeb8812e21a9822a59244428f10a7bd066b4e52ee638a0a834996ff'
7-
$checksum64 = '39bb1d74eb429f49850911af9430152c391b32a40dbe5694f103311018d5fdc6'
6+
$checksum32 = 'cfd114eb89c391c0722047e087e4c92ce26e963bb6a69b0b0c4e752f367b028a'
7+
$checksum64 = '84913bb4a05a66ec84b90ecacbba2199d08a6265920e820a94000fa9731569f3'
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.3793</version>
5+
<version>0.3.4157</version>
66
<title>WhatsApp</title>
77
<authors>WhatsApp Inc.</authors>
88
<owners>sippi</owners>

0 commit comments

Comments
 (0)