Skip to content

Commit

Permalink
AU: 2 updated - lens termius
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed May 31, 2022
1 parent f1dacaf commit 30abe05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5.1</version>
<version>5.5.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 © 2022 Mirantis, Inc. - All rights reserved.</copyright>
<tags>kubernetes k8s ide lens</tags>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.5.1</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v5.5.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://downloads.k8slens.dev/ide/Lens%20Setup%205.5.1-latest.20220526.1.exe'
$checksum = '6af331ca7967629d5c97189da456e8f55473a44d5ca5e25e87508167d8702464'
$url = 'https://downloads.k8slens.dev/ide/Lens%20Setup%205.5.2-latest.20220530.1.exe'
$checksum = '58baf4cff198f6c21726c90df61d75cbfdc11b73106c1cdcaae2b14accda0c2c'
$checksumType = 'sha256'
$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion automatic/termius/termius.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>7.41.2</version>
<version>7.41.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 Down
2 changes: 1 addition & 1 deletion automatic/termius/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://autoupdate.termius.com/windows/Termius.exe'
$checksum = 'A30DAB4661FA83FB380AD5173D580BC4C603B923FB6819606D67DB263671A2D9'
$checksum = 'E84A46EF41713F97E1650942152707A41851FC9FE9B65762E642EBD1C6490213'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 30abe05

Please sign in to comment.