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 Sep 26, 2024
1 parent 6d27d54 commit ab46c88
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 = 'dd068642b85b4305c4866959f3ac2a05012ddf3ed51d62c90c7a44baa017b467'
$checksum64 = '69f8bdaedc342f653e36e1fed3d6be966b70a84e2aef043b5777f14b80a28e41'
$checksum = 'b60c7b6952c6eb7c9d9a7d15c2aa04b350dd8c9d762a10741955ae612c05bbea'
$checksum64 = '63d7e8de490008f09ee88b2ee67ff0588cfa24db2e382d9a7d153bc4649655f0'

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

Please sign in to comment.