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 17, 2021
1 parent d7249eb commit 4849ba3
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.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.1.0</version>
<version>5.1.1</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/v5.1.0</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.1.1</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://lens-binaries.s3-eu-west-1.amazonaws.com/ide/Lens%20Setup%205.1.0-latest.20210715.1.exe'
$checksum = 'fc0ef252d1b0f4aa873109b8e45c544fe29e4856875ea2b4d6966f6fb5207478'
$url = 'https://lens-binaries.s3-eu-west-1.amazonaws.com/ide/Lens%20Setup%205.1.1-latest.20210716.1.exe'
$checksum = 'd96b4838da244217ae1c8f6d06bc51e78cb6d23cb3a6f098090106519c639459'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 4849ba3

Please sign in to comment.