Skip to content

Commit ba9bee2

Browse files
author
Chocolatey
committed
1 parent ff8690e commit ba9bee2

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 = 'a0a4b55cffec412b82e1825dc7919230e900246de924cc2136335a5274401d04'
7-
$checksum64 = '58c06a36dce36c3232d7a291d82d686da0baf757e9c350570c1d4d1e7dfc0837'
6+
$checksum32 = 'a8f4d65ba887875484b7ccb0bb420fdc7291d5a0067d478149dc9d2fbfdc6f5e'
7+
$checksum64 = 'faac7224e42c7cd6a60aa87416be60d886f3620154e4f2331c8cdcee075728d8'
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.3330</version>
5+
<version>0.3.3790</version>
66
<title>WhatsApp</title>
77
<authors>WhatsApp Inc.</authors>
88
<owners>sippi</owners>

0 commit comments

Comments
 (0)