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 Nov 25, 2024
1 parent 27ccb2b commit a6776b2
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 = 'a35b23fe4cf1195d94eb6d5435cd89480127f201124d50fb7b278d64d3485fba'
$checksum64 = '00d616a8a06a934379b9ef37e4a432bd69c1b7fcd906635f077003cea4671bba'
$checksum = '8ce914a099a6d36889023115dc60ea4a830c47dbb6dea855a5692ae7e62fc6cd'
$checksum64 = '8b1f4c71a356c6821697baeec7e7ec9d1b80e666cccd4591741d3936c3d268e5'

$url = 'https://cdn.zoom.us/prod/6.2.10.50536/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.2.10.50536/x64/ZoomInstallerFull.msi'
$url = 'https://cdn.zoom.us/prod/6.2.11.50939/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.2.11.50939/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.2.10.50536</version>
<version>6.2.11.50939</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 a6776b2

Please sign in to comment.