Skip to content

Commit

Permalink
Merge pull request #68 from ravager-dk:Zoom-6.2.10
Browse files Browse the repository at this point in the history
Zoom VDI v6.2.10
  • Loading branch information
ravager-dk authored Dec 11, 2024
2 parents a3693c5 + 61eb7b8 commit fb73589
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.14.25530/ZoomInstallerVDI.msi?archType=x64"
$url = "https://zoom.us/download/vdi/6.2.10.25600/ZoomInstallerVDI.msi?archType=x64"

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

checksum = 'E177FB93ACF7F2B0D98E5F598C27FECD01D0260328A6D7DB2B1C948BA48E97E6'
checksum = 'BD2005CA34271EC0FEF84A2E65F7C7EC2ACF0A1F7FDDD9E6F9B2B1808E96A00B'
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.14.25530</version>
<version>6.2.10.25600</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.13.25490/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/6.1.13.25490/ZoomVDIUniversalPluginx64.msi?archType=x64"
$url = 'https://zoom.us/download/vdi/6.2.10.25600/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/6.2.10.25600/ZoomVDIUniversalPluginx64.msi?archType=x64"

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

checksum = 'B2705D177EDD41A2CA9C23690292FDCA1057D072FDFAE8A3DA71D1DE007409D6'
checksum = '0A0CFC2D1F774F2473C30E64D7995E3ED9C143B2F8661EB4DDBCB14A4AE1E3F5'
checksumType = 'sha256'
checksum64 = '982BD7494681559A448525E6AC11A6BE7A4E6E5887791652F723C4D109DDF560'
checksum64 = 'A5DF1C8011429597C22F115029E46460B730454A615BDAA99ADD6FF5A9AB1118'
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.13.25490</version>
<version>6.2.10.25600</version>
<owners>Martin Nygaard Jensen</owners>
<title>Zoom VDI Universal Plugin</title>
<authors>Zoom Video Communications, Inc</authors>
Expand Down

0 comments on commit fb73589

Please sign in to comment.