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 9, 2022
1 parent 99163e4 commit 5115663
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 = 'a3fd7b2c4cec44c8672cd5351512584a9ed5ba57c0a652463304c648ce8cb341'
$checksum64 = '7c66cbeed748fb876dd387009ee9a4f5f74ed2edf9ed8696bf8410a3d8f5be1f'
$checksum = '972568efe7c465a5c73e2aa084a60a4a2252dd0ca5fdb4e6e08db39c60231faf'
$checksum64 = '91bf1db9c02e15bf2f22199b5196c8fa68636524ea734e4a1ba2eb5fd4b4e35f'

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

$packageArgs = @{
packageName = 'zoom-client'
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.6.10137</version>
<version>5.12.7.10196</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 5115663

Please sign in to comment.