Skip to content

Commit

Permalink
AU: 1 updated - lens
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jul 28, 2022
1 parent 0b9c789 commit c245acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.microsoft.com/en-us/nuget/re
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.microsoft.com/en-us/nuget/concepts/package-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.4</version>
<version>6.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.microsoft.com/en-us/nuget/re
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Copyright © 2022 Mirantis, Inc. - All rights reserved.</copyright>
<tags>kubernetes k8s ide lens</tags>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.5.4</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v6.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://downloads.k8slens.dev/ide/Lens%20Setup%205.5.4-latest.20220609.2.exe'
$checksum = 'c2365a9c4539f360179214e8d5f7591e81d1d4837b65c594dd32c2f93b772559'
$url = 'https://downloads.k8slens.dev/ide/Lens%20Setup%206.0.0-latest.20220728.2.exe'
$checksum = '0d383e746b5f79e32651786f688d6575cadab3fb05361128419d50743dc49945'
$checksumType = 'sha256'
$pp = Get-PackageParameters

Expand Down

0 comments on commit c245acc

Please sign in to comment.