Skip to content

Commit acd9afd

Browse files
committed
1 parent 68c8d90 commit acd9afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: automatic/civo-cli/civo-cli.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>1.1.95</version>
25+
<version>1.1.97</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/civo-cli</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

Diff for: automatic/civo-cli/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
88

9-
url64 = 'https://github.com//civo/cli/releases/download/v1.1.95/civo-1.1.95-windows-amd64.zip'
10-
checksum64 = 'b203a68e975c17adf682631648c4de8d74cce34b8dbe26745fbec2aa8f3f5382'
9+
url64 = 'https://github.com//civo/cli/releases/download/v1.1.97/civo-1.1.97-windows-amd64.zip'
10+
checksum64 = '56d7454467e160c9e866cf904dda63329d1fe79921f6130fa434396d1f8b6843'
1111
checksumType64 = 'SHA256'
1212
}
1313

0 commit comments

Comments
 (0)