Skip to content

Commit

Permalink
AU: 2 updated - amazon-workspaces lens
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jun 24, 2021
1 parent ca4488a commit e51c96d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/amazon-workspaces/amazon-workspaces.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>3.1.8.2150</version>
<version>3.1.9.2201</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/amazon-workspaces/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"893030830e6fff1fea4e53fc8d399b19-20"|3.1.8.2150
"4acdd4feb58326522d16c889b509db5b-20"|3.1.9.2201
2 changes: 1 addition & 1 deletion automatic/amazon-workspaces/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://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi'
$checksum = '6A29008483678CD642F7C6DEB369A4EE1A50FF47832B3C1C271DC93AECD1E13A'
$checksum = '49128638C36C63A8FE9F68513DFD8C54AD9D619E1D8F376620F7CA2946ECAA53'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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.4</version>
<version>4.2.5</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.4</releaseNotes>
<releaseNotes>https://github.com/lensapp/lens/releases/tag/v4.2.5</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.4/Lens-Setup-4.2.4.exe'
$checksum = '2ab3a650a0c1d766d7f70213fef67be34f0a56028c12a7fbec08ab6f676645bb'
$url = 'https://github.com/lensapp/lens/releases/download/v4.2.5/Lens-Setup-4.2.5.exe'
$checksum = 'b2869779c29f62346f04a497ec3849326c6070f09355ba37771a5279c693e9a7'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit e51c96d

Please sign in to comment.