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 Jul 30, 2024
1 parent ba9e67a commit d17eb38
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 = 'e71524aa18c471db3973f49707aff44dc4918700f19f66586c48bb4db87dfdbc'
$checksum64 = '80f908158af4ce2c55a1046c4fbcb150ea30da51eb01f92531c357ca437bc3b3'
$checksum = '0bc7d69dd6eea0ca55267b5c83561f54f7aaae657a4bbb06ed9d81b3270e589a'
$checksum64 = '2f8603cf8125e19904498cb945cd54b97205b74411cfaff62efdceaa8a8898c3'

$url = 'https://cdn.zoom.us/prod/6.1.5.43316/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.1.5.43316/x64/ZoomInstallerFull.msi'
$url = 'https://cdn.zoom.us/prod/6.1.6.43767/ZoomInstallerFull.msi'
$url64 = 'https://cdn.zoom.us/prod/6.1.6.43767/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.1.5.43316</version>
<version>6.1.6.43767</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 d17eb38

Please sign in to comment.