Skip to content

Commit de0fbcd

Browse files
committed
1 parent a417b35 commit de0fbcd

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.3</version>
24+
<version>1.4.4</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.3/civo-1.4.3-windows-amd64.zip'
10-
checksum64 = '1755ea9c2b3cd800eb7b4cf0295e947a43166155858b92e9c48c3fde033f2a8a'
9+
url64 = 'https://github.com//civo/cli/releases/download/v1.4.4/civo-1.4.4-windows-amd64.zip'
10+
checksum64 = 'e9e9a498956a2c9277358534a87a4d8f35b337d91b9b23cc7147f13c55222000'
1111
checksumType64 = 'SHA256'
1212
}
1313

0 commit comments

Comments
 (0)