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 May 18, 2021
1 parent 86ad33c commit 6274814
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-16.1.1-17801498.exe'
$checksum = 'd43b11a651d36e4113105de24630413c3eea904b835282e4978b95a2c6a205b3'
$url = 'https://download3.vmware.com/software/player/file/VMware-player-16.1.2-17966106.exe'
$checksum = 'ce5949c2ca89c6fc8349d63e6d1dd053325b5803b93870aa3b73a106d76c942f'
$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.1.1.17801498"
"16_0": "16.1.2.17966106"
}
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.1.1.17801498</version>
<version>16.1.2.17966106</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.1.1/rn/VMware-Workstation-1611-Player-Release-Notes.html</releaseNotes>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Player/16.1.2/rn/VMware-Workstation-1612-Player-Release-Notes.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.1.1-17801498.exe'
$checksum = '7dab7c43bdfeebb7771a828d208385ade60a86fa31c6beb2f6d93b8e74037f4b'
$url = 'https://download3.vmware.com/software/wkst/file/VMware-workstation-full-16.1.2-17966106.exe'
$checksum = '71b44f2fcfde663195b833ba19f2f70d9ed21a78f9bce35cf13c7f780418a336'
$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.1.1.17801498"
"16_0": "16.1.2.17966106"
}
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.1.1.17801498</version>
<version>16.1.2.17966106</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.1.1/rn/VMware-Workstation-1611-Pro-Release-Notes.html</releaseNotes>
<releaseNotes>https://docs.vmware.com/en/VMware-Workstation-Pro/16.1.2/rn/VMware-Workstation-1612-Pro-Release-Notes.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 6274814

Please sign in to comment.