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.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <[email protected]>
  • Loading branch information
GuessWhoSamFoo committed Jun 3, 2020
1 parent 72c5ea9 commit 7409e49
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.13.0</version>
<version>0.13.1</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.13.0/octant_0.13.0_Windows-64bit.zip'
$checksum64 = '9e289857f4c9c6bc5f899cc8bb4184087cde449979dd974ca8fd05fc61365bc0'
$url64 = 'https://github.com/vmware-tanzu/octant/releases/download/v0.13.1/octant_0.13.1_Windows-64bit.zip'
$checksum64 = 'cecf094c3d8f6c55236cf02c7e4c3916ca0e5c430ef5dff647665a2a16a20c8c'
$checksumType64= 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 7409e49

Please sign in to comment.