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 6, 2021
1 parent 4d46225 commit f17dfe1
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.0.1</version>
<version>5.0.2</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.0.1</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.0.2</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.0.1.exe'
$checksum = '2c2c1ee2b095caf0de30f7b556e1d4eb737daec8fcd3a1c5bccde0a8314b57eb'
$url = 'https://lens-binaries.s3-eu-west-1.amazonaws.com/ide/Lens%20Setup%205.0.2-latest.20210705.2.exe'
$checksum = 'b6f3192753a5ed5fd4d628d14d5e5ea011fb8f0d6a9ed1cdf6c1c2dd95f42325'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f17dfe1

Please sign in to comment.