Skip to content

Commit

Permalink
AU: 2 updated - lens vmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jun 30, 2021
1 parent a1e013b commit 749d421
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/lens/lens.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>4.2.5</version>
<version>5.0.0</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 Mirantis, Inc. - All rights reserved.</copyright>
<tags>kubernetes k8s ide lens</tags>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v4.2.5</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.0.0</releaseNotes>
<licenseUrl>https://github.com/lensapp/lens/blob/master/LICENSE</licenseUrl>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/lens</packageSourceUrl>
<docsUrl>https://docs.k8slens.dev/latest/getting-started/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lens/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://github.com/lensapp/lens/releases/download/v4.2.5/Lens-Setup-4.2.5.exe'
$checksum = 'b2869779c29f62346f04a497ec3849326c6070f09355ba37771a5279c693e9a7'
$url = 'https://lens-binaries.s3-eu-west-1.amazonaws.com/ide/Lens%20Setup%205.0.0-latest.20210629.3.exe'
$checksum = 'cd07d8199124db54aa0340a99406433154130b41aa100ad946f6a12d693f83e8'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/vmrc/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://softwareupdate.vmware.com/cds/vmw-desktop/vmrc/12.0.0/17287072/windows/vmrc-windows.tar'
$checksum = '01912e3fba2476ecef6e438fdb5c5fabf0e07bf1f30f1a4e88353ef03c8f45df'
$url = 'https://softwareupdate.vmware.com/cds/vmw-desktop/vmrc/12.0.1/18113358/windows/vmrc-windows.tar'
$checksum = 'fdc73e24381ab2c45f24d29932eaa4157bb2ef3f97ce8e007cada856c2560fe2'
$checksumType = 'sha256'

$zippackageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/vmrc/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
Expand All @@ -27,7 +27,7 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}


8 changes: 4 additions & 4 deletions automatic/vmrc/vmrc.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>12.0.0.17287072</version>
<version>12.0.1.18113358</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,18 +41,18 @@ 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 vsphere vmrc remote-console</tags>
<releaseNotes>https://docs.vmware.com/en/VMware-Remote-Console/12.0/rn/VMware-Remote-Console-120-Release-Notes.html</releaseNotes>
<releaseNotes>https://docs.vmware.com/en/VMware-Remote-Console/12.0/rn/VMware-Remote-Console-1201-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/vmrc</packageSourceUrl>
<docsUrl>https://docs.vmware.com/en/VMware-Remote-Console/index.html</docsUrl>
<summary>VMware® Remote Console™ provides console access and client device connection to VMs on a remote host.</summary>
<description>VMware® Remote Console™ provides client device connection and console access to virtual machines on a remote host. After downloading and installing VMware Remote Console on your local computer, you can launch the external VMware Remote Console application directly from the VMware vSphere® or vRealize® Automation™ web client.
<description><![CDATA[VMware® Remote Console™ provides client device connection and console access to virtual machines on a remote host. After downloading and installing VMware Remote Console on your local computer, you can launch the external VMware Remote Console application directly from the VMware vSphere® or vRealize® Automation™ web client.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down

0 comments on commit 749d421

Please sign in to comment.