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 19, 2024
1 parent 9439f26 commit 172bd96
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 = '0bc7d69dd6eea0ca55267b5c83561f54f7aaae657a4bbb06ed9d81b3270e589a'
$checksum64 = '2f8603cf8125e19904498cb945cd54b97205b74411cfaff62efdceaa8a8898c3'
$checksum = '67f0a3c63be76fe0f028a942eafa9ef160f5813aad3a049ed5c91e9bb9254cb4'
$checksum64 = 'cbd6d3398f8c3b146b203f8c43755ff3497da7bf1c58598a91d4cd9528f212cf'

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

$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.6.43767</version>
<version>6.1.10.45028</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 172bd96

Please sign in to comment.