From 8d77c70b416c882d975ca5df052a8b9d3a7dc311 Mon Sep 17 00:00:00 2001 From: mikeee Date: Fri, 13 May 2022 12:01:31 +0000 Subject: [PATCH] AU: 1 updated - civo-cli [skip ci] https://gist.github.com/17b5a042cba1bd9da2bf21615aab4f0f/5b331a997b0952f0d007dbb4229ca50d4dcbfad0 --- 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 0cf6f0af..f55f5d0b 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.27 + 1.0.28 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 5094010f..db44944d 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.27/civo-1.0.27-windows-amd64.zip' - checksum64 = 'fa2bbcf388c0f581c5f9014c9f13602d9fdb50f801745b5c6cd7039ca2b48534' + url64 = 'https://github.com//civo/cli/releases/download/v1.0.28/civo-1.0.28-windows-amd64.zip' + checksum64 = 'd008280aa0b8fac1322b5c5641467c0cc7d56cafc37f761d71ebb6ba5445609b' checksumType64 = 'SHA256' }