From 8e42b070c9ded4e8cd4261578086068dc173e580 Mon Sep 17 00:00:00 2001 From: mikeee Date: Wed, 16 Mar 2022 16:04:29 +0000 Subject: [PATCH] AU: 1 updated - civo-cli [skip ci] https://gist.github.com/17b5a042cba1bd9da2bf21615aab4f0f/3799a9c326803ed650f7b41d0f1d5ff247ce09ef --- automatic/civo-cli/civo-cli.nuspec | 2 +- automatic/civo-cli/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/civo-cli/civo-cli.nuspec b/automatic/civo-cli/civo-cli.nuspec index c994a76c..9bb2e45b 100644 --- a/automatic/civo-cli/civo-cli.nuspec +++ b/automatic/civo-cli/civo-cli.nuspec @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.0.24 + 1.0.25 https://github.com/mikeee/ChocoPackages/tree/master/automatic/civo-cli mikeee diff --git a/automatic/civo-cli/tools/chocolateyInstall.ps1 b/automatic/civo-cli/tools/chocolateyInstall.ps1 index 789dc4c1..929de748 100644 --- a/automatic/civo-cli/tools/chocolateyInstall.ps1 +++ b/automatic/civo-cli/tools/chocolateyInstall.ps1 @@ -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' }