Skip to content

Commit

Permalink
AU: 2 updated - vmwareworkstation vmware-workstation-player
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Mar 14, 2022
1 parent 7e8727a commit 9496ded
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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/player/file/VMware-player-full-16.2.2-19200509.exe'
$checksum = 'e309c9909f9b8b366153f282b1ea2c39d6ebafa0fea84079c1fac1b81cb5cbff'
$url = 'https://download3.vmware.com/software/WKST-PLAYER-1623-New/VMware-player-full-16.2.3-19376536.exe'
$checksum = 'c05b61e8c70fd75a4e22984c3432c1f63480239d219937d13cad73cc41da1e09'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"14_0": "14.1.8.14921873",
"15_0": "15.5.7.17171714",
"16_0": "16.2.2.19200509"
"16_0": "16.2.3.19376536"
}
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>16.2.2.19200509</version>
<version>16.2.3.19376536</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</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 workstation player virtual machine virtualization</tags>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Player/16.2.2/rn/VMware-Workstation-1622-Player-Release-Notes.html</releaseNotes>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Player/16.2.3/rn/vmware-workstation-player-1623-release-notes/index.html</releaseNotes>
<licenseUrl>https://www.vmware.com/download/eula/universal_eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/vmware-workstation-player</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vmwareworkstation/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/wkst/file/VMware-workstation-full-16.2.2-19200509.exe'
$checksum = '1d490ee32539c2eb8d5d1b726d8f64195cd30d6fc23cf0d5e7eaef50e156ca98'
$url = 'https://download3.vmware.com/software/WKST-1623-WIN-New/VMware-workstation-full-16.2.3-19376536.exe'
$checksum = '117ad0b17335032d1b03ba44b03da2128d29c65925ea79efd2e03786b0129e94'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vmwareworkstation/vmwareworkstation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"14_0": "14.1.8.14921873",
"15_0": "15.5.7.17171714",
"16_0": "16.2.2.19200509"
"16_0": "16.2.3.19376536"
}
4 changes: 2 additions & 2 deletions automatic/vmwareworkstation/vmwareworkstation.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>16.2.2.19200509</version>
<version>16.2.3.19376536</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 Stefan Scherer</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 workstation virtual machine virtualization</tags>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Pro/16.2.2/rn/VMware-Workstation-1622-Pro-Release-Notes.html</releaseNotes>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Pro/16.2.3/rn/vmware-workstation-pro-1623-release-notes/index.html</releaseNotes>
<licenseUrl>https://www.vmware.com/download/eula/universal_eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/vmwareworkstation</packageSourceUrl>
Expand Down

0 comments on commit 9496ded

Please sign in to comment.