Skip to content

Commit

Permalink
Merge pull request #60 from ravager-dk:Zoom-6.1.12
Browse files Browse the repository at this point in the history
Zoom-6.1.12
  • Loading branch information
ravager-dk authored Oct 22, 2024
2 parents 4689343 + a215ec6 commit 7684998
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Zoom-VDI-Client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://zoom.us/download/vdi/6.1.10.25260/ZoomInstallerVDI.msi?archType=x64"
$url = "https://zoom.us/download/vdi/6.1.12.25370/ZoomInstallerVDI.msi?archType=x64"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -10,7 +10,7 @@ $packageArgs = @{
url = $url
softwareName = 'Zoom Client for VDI*'

checksum = '485C71009D65823CF176D5C8D1A6139F5D18F40449FA3E060A3754A4ABA1AE35'
checksum = '2979E8FE1530AACA38F27FDB7E11150871166B23A1FB5737A6A8830E7EF1C172'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DISABLEAUS=TRUE"
Expand Down
2 changes: 1 addition & 1 deletion Zoom-VDI-Client/zoom-vdi-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zoom-vdi-client</id>
<version>6.1.10.25260</version>
<version>6.1.12.25370</version>
<owners>Martin Nygaard Jensen</owners>
<title>Zoom VDI Client</title>
<authors>Zoom Video Communications, Inc</authors>
Expand Down
8 changes: 4 additions & 4 deletions Zoom-VDI-Universal-Plugin/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://zoom.us/download/vdi/6.1.10.25260/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/6.1.10.25260/ZoomVDIUniversalPluginx64.msi?archType=x64"
$url = 'https://zoom.us/download/vdi/6.1.12.25370/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/6.1.12.25370/ZoomVDIUniversalPluginx64.msi?archType=x64"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -12,9 +12,9 @@ $packageArgs = @{
url64 = $url64
softwareName = 'Zoom VDI Universal Plugin*'

checksum = '7CA6780B75236733A03F4D6117C5CF5CA9877F73FB17952B2A8664AD0DA5D22A'
checksum = '62DE64998D6E71B1FFA61E3120BF39E7B440FF7D9B0CC00E191CFDF012C8AE5B'
checksumType = 'sha256'
checksum64 = 'FC087DE7DBB1F5A53745FADEDA8431610696ECFCA19B0603053B71E1139C4EA4'
checksum64 = '4CB3E5BBF9E86069B53EEE8E08D3086F4BD6FA7978BC5FF36DBEA480E34DD6C0'
checksumType64 = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DISABLEAUS=TRUE"
Expand Down
2 changes: 1 addition & 1 deletion Zoom-VDI-Universal-Plugin/zoom-vdi-universal-plugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zoom-vdi-universal-plugin</id>
<version>6.1.10.25260</version>
<version>6.1.12.25370</version>
<owners>Martin Nygaard Jensen</owners>
<title>Zoom VDI Universal Plugin</title>
<authors>Zoom Video Communications, Inc</authors>
Expand Down

0 comments on commit 7684998

Please sign in to comment.