Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Bump choco to 0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <[email protected]>
  • Loading branch information
GuessWhoSamFoo committed Jul 21, 2021
1 parent c6af8d5 commit f89d5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion choco/octant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http:https://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>octant</id>
<version>0.20.0</version>
<version>0.22.0</version>
<owners>VMware</owners>
<title>Octant</title>
<authors>VMware Tanzu</authors>
Expand Down
4 changes: 2 additions & 2 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$ErrorActionPreference = 'Stop';
$packageName = 'octant'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/vmware-tanzu/octant/releases/download/v0.20.0/octant_0.20.0_Windows-64bit.zip'
$checksum64 = 'd4d8e8825a58845d2fef30ebce3497d5181438f4d1326229f010e30e8de5b1f0'
$url64 = 'https://github.com/vmware-tanzu/octant/releases/download/v0.22.0/octant_0.22.0_Windows-64bit.zip'
$checksum64 = '6577006e402b7850b7798d4cb68cb8f6da9a2efeb87d6cd1c0831eb19175be90'
$checksumType64= 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f89d5df

Please sign in to comment.