Skip to content

Commit

Permalink
AU: 1 updated - zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecole committed Aug 26, 2024
1 parent cf1b1d4 commit 48eadd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/zoom/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$checksum = '67f0a3c63be76fe0f028a942eafa9ef160f5813aad3a049ed5c91e9bb9254cb4'
$checksum64 = 'cbd6d3398f8c3b146b203f8c43755ff3497da7bf1c58598a91d4cd9528f212cf'
$checksum = '7550f00d1c155321b221da5c6af655e95b7c142bb4e20f14877bd249ed2d2767'
$checksum64 = 'f53d82d9ff930f6504e0fc7070664f45d4e7bc0826584b1b9ad40dff7d0cb4e0'

$url = 'https://cdn.zoom.us/prod/6.1.10.45028/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.1.10.45028/x64/ZoomInstallerFull.msi'
$url = 'https://cdn.zoom.us/prod/6.1.11.45504/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.1.11.45504/x64/ZoomInstallerFull.msi'

$silentArgs = '/quiet /qn /norestart'

Expand Down
2 changes: 1 addition & 1 deletion automatic/zoom/zoom.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>zoom</id>
<version>6.1.10.45028</version>
<version>6.1.11.45504</version>
<packageSourceUrl>https://github.com/mikecole/chocolatey-packages</packageSourceUrl>
<owners>Mike Cole</owners>
<title>Zoom Client for Meetings</title>
Expand Down

0 comments on commit 48eadd3

Please sign in to comment.