Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom VDI Client and Plugin 5.17.11 #30

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Zoom-VDI-Client/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/5.17.10.24730/ZoomInstallerVDI.msi'
$url64 = "https://zoom.us/download/vdi/5.17.10.24730/ZoomInstallerVDI.msi?archType=x64"
$url = 'https://zoom.us/download/vdi/5.17.11.24850/ZoomInstallerVDI.msi'
$url64 = "https://zoom.us/download/vdi/5.17.11.24850/ZoomInstallerVDI.msi?archType=x64"

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

checksum = 'B22785D334D1D211E18B662A1CD2E295C73EC0602D55F7BEF3A11AFC1DD7790B'
checksum = 'F10C949D30C9D563C49AFA4008FCB5D58A7589859C07AF70A15D9BF54E0B721B'
checksumType = 'sha256'
checksum64 = 'B8FC955757A9DC21A5752E64E8074184B07E62B7119917673DF99342159A598A'
checksum64 = '4C8942CB17C8191D45F2FF90CD273FE332F19C2DDF194385FE8C5AE7E340A1DF'
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-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>5.17.10.24730</version>
<version>5.17.11.24850</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/5.17.10.24730/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/5.17.10.24730/ZoomVDIUniversalPluginx64.msi?archType=x64"
$url = 'https://zoom.us/download/vdi/5.17.11.24850/ZoomVDIUniversalPlugin.msi'
$url64 = "https://zoom.us/download/vdi/5.17.11.24850/ZoomVDIUniversalPluginx64.msi?archType=x64"

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

checksum = '0B8A84851A6E3DEEEEA856623EC436492805B1F425D4FD5D66338DC393BE3206'
checksum = '0885486327AE9D65F4B4A0EB8C1B71160265A062455BD14858867E6CAD2FCB68'
checksumType = 'sha256'
checksum64 = 'D1C616EE4CD361DE42BDEE8529293EA42D6CD7D1A2AB6D34B683D45F6B5C5BD5'
checksum64 = '20C53BEC11BCD738425683B21EE1903FA20F306592C084804BD80B42CBF758D7'
checksumType64 = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DISABLEAUS=TRUE"
Expand Down
4 changes: 2 additions & 2 deletions 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>5.17.10.24730</version>
<version>5.17.11.24850</version>
<owners>Martin Nygaard Jensen</owners>
<title>Zoom VDI Universal Plugin</title>
<authors>Zoom Video Communications, Inc</authors>
Expand All @@ -15,7 +15,7 @@
<tags>zoom hdxplugin</tags>
<summary>Zoom VDI Universal Plugin</summary>
<description>Zoom VDI Universal Plugin
Used for optimizing Zoom calls when run in a VDI solution. This component is installed on the client and requires VDI clients to be already installed for correct detection.
Used for optimizing Zoom calls when run in a VDI solution. This component is installed on the client and requires VDI clients to be already installed for correct detection. Further it requires the VDI Client on the server (https://community.chocolatey.org/packages/zoom-vdi-client).
</description>
<releaseNotes>https://support.zoom.us/hc/en-us/articles/360031768011-Release-notes-for-Virtual-Desktop-Infrastructure-VDI-</releaseNotes>
</metadata>
Expand Down