From 44a5522eca4c6e088f979083cc77fbedb4b40b5a Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Tue, 13 Feb 2024 19:20:07 +1100 Subject: [PATCH] v0.5.571 --- stackql/stackql.nuspec | 2 +- stackql/tools/chocolateyinstall.ps1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 0c50543..b1ecf4c 100644 --- a/stackql/stackql.nuspec +++ b/stackql/stackql.nuspec @@ -20,7 +20,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe stackql 0.5.552 - https://github.com/stackql/stackql/releases/tag/v0.5.552 + https://github.com/stackql/stackql/releases/tag/v0.5.571 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index c9c2bb6..3f668f0 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '22e7b46790ee73abf375923819c36fc0abe5886f049c4ac1f03961d28243e2aa' + checksum64 = '70484fb95076335f1f5cf5f6c4dc3dc4c470eeb530322aaf0c49c31d6b4f301c' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -16,3 +16,4 @@ $packageArgs = @{ Install-ChocolateyPackage @packageArgs +