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 Apr 27, 2021
1 parent 014bf8f commit 4c81f93
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>4.2.2</version>
<version>4.2.3</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.2</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v4.2.3</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.2/Lens-Setup-4.2.2.exe'
$checksum = 'fd201460cf4f7905fe25b07fe49851c1be1e422c49765cc3584965a5ca8f65ed'
$url = 'https://github.com/lensapp/lens/releases/download/v4.2.3/Lens-Setup-4.2.3.exe'
$checksum = '2bb240ec595fa3f3f71903e1c37a3180966c1f2f3565591729d53e87d3a9b3bd'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 4c81f93

Please sign in to comment.