From a7e9b69e784be2f18c856b2adaa22c0a3740f596 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 18 Sep 2024 08:34:42 +1000 Subject: [PATCH] 0.5.742 --- README.md | 4 ++-- stackql/stackql.nuspec | 4 ++-- stackql/tools/chocolateyinstall.ps1 | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a25a5dc..08050c7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To bump the version, update the `version` and `releaseNotes` fields in `stackql/ stackql - 0.5.740 - https://github.com/stackql/stackql/releases/tag/v0.5.740 + 0.5.742 + https://github.com/stackql/stackql/releases/tag/v0.5.742 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 82f4c30..fdcf85f 100644 --- a/stackql/stackql.nuspec +++ b/stackql/stackql.nuspec @@ -19,8 +19,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe stackql - 0.5.740 - https://github.com/stackql/stackql/releases/tag/v0.5.740 + 0.5.742 + https://github.com/stackql/stackql/releases/tag/v0.5.742 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index f9a3b60..4b7f02e 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '59e038963775fd074f5e7280ffd702eca254f3626539432cde7b1ce9c715a4d0' + checksum64 = 'a5a5355bf5f103a93b8c04995c432f18488643064daa4661742d3d499098688c' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -21,3 +21,4 @@ Install-ChocolateyPackage @packageArgs +