Skip to content

Commit cfa62c3

Browse files
committed
1 parent 1dad2a4 commit cfa62c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/civo-cli/civo-cli.nuspec

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

automatic/civo-cli/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
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.4.1/civo-1.4.1-windows-amd64.zip'
10-
checksum64 = '85d346205640b7507f427f2b8b2e1c4d94c289b40f825946b2a6feeecbdc80d3'
9+
url64 = 'https://github.com//civo/cli/releases/download/v1.4.2/civo-1.4.2-windows-amd64.zip'
10+
checksum64 = '54ce9576e1d2d9fb13db7b77f37218ca66ad5628fab30af8e8df54755a3cacda'
1111
checksumType64 = 'SHA256'
1212
}
1313

0 commit comments

Comments
 (0)