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 Oct 23, 2023
1 parent 1516925 commit 1406cac
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
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$checksum = '8b8cf709f10085f7cec31533ebe3913407eaa01b16d8ec6299571af808478509'
$checksum64 = 'ad9aa21063c138a6fdfe65e5b5ebe5e85594ecac51f0384e1090f831607170f3'
$checksum = '1b5b96b18fc0b6887d4165b2b9d3d7f72a201627fe07a4da2164b9f71391d272'
$checksum64 = 'c21162c2423d5466a1002b84ab0ef9549d47aefd37ff3d2f48c63e71a04fa202'

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

$silentArgs = '/quiet /qn /norestart'

Expand Down
2 changes: 1 addition & 1 deletion automatic/zoom/zoom.nuspec
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>5.16.2.22807</version>
<version>5.16.5.24296</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 1406cac

Please sign in to comment.