Skip to content

Commit

Permalink
AU: 1 updated - vmware-horizon-client
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jul 16, 2021
1 parent 0152e17 commit d7249eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/vmware-horizon-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download3.vmware.com/software/view/viewclients/CART21FQ3/VMware-Horizon-Client-5.5.2-18035009.exe'
$checksum = '5542814b624b0493be0ce809fdbb53514e4d51397e0f9e608f816ea0da0fcb75'
$url = 'https://download3.vmware.com/software/view/viewclients/CART22FQ2/VMware-Horizon-Client-2106-8.3.0-18287501.exe'
$checksum = 'a94022bd2e62437422279f20c5f71d2e500164b7220e96c69648b0b490819d5d'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vmware-horizon-client/vmware-horizon-client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"horizon_7_4_0": "4.10.0.11021086",
"horizon_7_5_0": "5.5.2.18035009",
"horizon_8": "8.2.0.17759012"
"horizon_8": "8.3.0.18287501"
}
4 changes: 2 additions & 2 deletions automatic/vmware-horizon-client/vmware-horizon-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.5.2.18035009</version>
<version>8.3.0.18287501</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex windos medalibi</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Copyright © 2021 VMware, Inc. All rights reserved.</copyright>
<tags>vmware horizon view client virtual-machine vdi admin</tags>
<releaseNotes>https://docs.vmware.com/en/VMware-Horizon-Client-for-Windows/5.5.2/rn/horizon-client-windows-552-release-notes.html</releaseNotes>
<releaseNotes> https://docs.vmware.com/en/VMware-Horizon-Client-for-Windows/2106/rn/horizon-client-windows-2106-release-notes.html</releaseNotes>
<licenseUrl>https://www.vmware.com/help/legal.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/vmware-horizon-client</packageSourceUrl>
Expand Down

0 comments on commit d7249eb

Please sign in to comment.