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 Mar 20, 2023
1 parent 4ac6d9c commit 51fb983
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
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$checksum = 'fc5d1e5f9b7ee246a7767cebd3ed01e1d22ca13d8a5672cb4c3e0e55d8f25241'
$checksum64 = 'a8d9bd84c953123212210309258229012b0861f3ab134ced8771801db8579ff6'
$checksum = '1c814816863c6c2a59ee35bb3da0b15c7ffd44f567aa6fa81f7e7c33311e7148'
$checksum64 = 'a79d4564b5c54471d6efc6824859030860ef8780cfcb4eb25175648d4e9f436e'

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

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/zoom/zoom.nuspec
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.13.11.13434</version>
<version>5.14.0.13888</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 51fb983

Please sign in to comment.