Skip to content

Commit 51dd684

Browse files
committed
1 parent 40a7a42 commit 51dd684

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/zoom/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = 'Stop'
2-
$checksum = '84c8b69e051ab3cc3b340f53a6bd4b505ad9323687c6dc122b2b49c62b9248e5'
3-
$checksum64 = '46cab88121c11211f9f957b429625de057c4a8c5456a9a97117e86f1124dd0c0'
2+
$checksum = '08fbfe069dbcec18d9ed4aa11c426e68ecd67957026f2da0c75858130be01a7e'
3+
$checksum64 = '507dab1d7e5a9127db8119013989879db6297593b135d9df436027c98de371a4'
44

5-
$url = 'https://cdn.zoom.us/prod/5.8.7.2058/ZoomInstallerFull.msi'
6-
$url64 = 'https://cdn.zoom.us/prod/5.8.7.2058/x64/ZoomInstallerFull.msi'
5+
$url = 'https://cdn.zoom.us/prod/5.9.0.2481/ZoomInstallerFull.msi'
6+
$url64 = 'https://cdn.zoom.us/prod/5.9.0.2481/x64/ZoomInstallerFull.msi'
77

88
$packageArgs = @{
99
packageName = 'zoom-client'

automatic/zoom/zoom.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
44
<metadata>
55
<id>zoom</id>
6-
<version>5.8.7.2058</version>
6+
<version>5.9.0.2481</version>
77
<packageSourceUrl>https://github.com/mikecole/chocolatey-packages</packageSourceUrl>
88
<owners>Mike Cole</owners>
99
<title>Zoom Client for Meetings</title>

0 commit comments

Comments
 (0)