Skip to content

Commit

Permalink
AU: 1 updated - civo-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Mar 16, 2022
1 parent ded22ee commit 8e42b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/civo-cli/civo-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>1.0.24</version>
<version>1.0.25</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/civo-cli</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/civo-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir

url64 = 'https://github.com//civo/cli/releases/download/v1.0.24/civo-1.0.24-windows-amd64.zip'
checksum64 = '188aa14c0c1c7b7237684497d1bd0d82b7f2b2c97be34e55cb1925d0bfc4b1d3'
url64 = 'https://github.com//civo/cli/releases/download/v1.0.25/civo-1.0.25-windows-amd64.zip'
checksum64 = 'd54055604f4003ac480125e42ee47515216045089001b3e49c9de9f80fa00116'
checksumType64 = 'SHA256'
}

Expand Down

0 comments on commit 8e42b07

Please # to comment.