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 28, 2022
1 parent a3a36a3 commit ede26ed
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 = '5e7f9dd4cf38c565f20bbca4fe8be038ce13690c5677cad392626cfbd01f434c'
$checksum64 = '55141f6a10a7cf9b7fde39ae254bda451467113595467d63be5961f44b918be2'
$checksum = '839c1a8a906bd0bce47262a904708ed58eb832a1acae917ecd758ab5a01f3234'
$checksum64 = '875f149dfe13ccb6a849e9313c217abb887ad5478ef4ab281995a45fc7023710'

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

$packageArgs = @{
packageName = $env:ChocolateyPackageName
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>5.12.8.10232</version>
<version>5.12.9.10650</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 ede26ed

Please sign in to comment.