Skip to content

Commit 4a4fb53

Browse files
author
Chocolatey
committed
1 parent ba9bee2 commit 4a4fb53

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 = 'a8f4d65ba887875484b7ccb0bb420fdc7291d5a0067d478149dc9d2fbfdc6f5e'
7-
$checksum64 = 'faac7224e42c7cd6a60aa87416be60d886f3620154e4f2331c8cdcee075728d8'
6+
$checksum32 = '6e9b8a23deeb8812e21a9822a59244428f10a7bd066b4e52ee638a0a834996ff'
7+
$checksum64 = '39bb1d74eb429f49850911af9430152c391b32a40dbe5694f103311018d5fdc6'
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.3790</version>
5+
<version>0.3.3793</version>
66
<title>WhatsApp</title>
77
<authors>WhatsApp Inc.</authors>
88
<owners>sippi</owners>

0 commit comments

Comments
 (0)