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 28, 2024
1 parent ab46c88 commit 3746979
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 = 'b60c7b6952c6eb7c9d9a7d15c2aa04b350dd8c9d762a10741955ae612c05bbea'
$checksum64 = '63d7e8de490008f09ee88b2ee67ff0588cfa24db2e382d9a7d153bc4649655f0'
$checksum = '0fe83b7313b644f343c13a188ade909991c958ae2f8bc779edc30be53b161cea'
$checksum64 = '3774f19db358af57e7c653196c17a785f1822137c7ffecf4b8d1e85b8951b7c9'

$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'
$url = 'https://cdn.zoom.us/prod/6.2.3.47507/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.2.3.47507/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.2.47417</version>
<version>6.2.3.47507</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 3746979

Please sign in to comment.