From 53de6f4a6a323ac50bd21f47afc2ade9a4a19de9 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Fri, 20 Dec 2024 10:57:13 +1100 Subject: [PATCH] v0.6.32 --- 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 ea0c3df..f3d1bba 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.6.7 - https://github.com/stackql/stackql/releases/tag/v0.6.7 + 0.6.32 + https://github.com/stackql/stackql/releases/tag/v0.6.32 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index f25987a..a159da7 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.6.7 - https://github.com/stackql/stackql/releases/tag/v0.6.7 + 0.6.32 + https://github.com/stackql/stackql/releases/tag/v0.6.32 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 4225f44..9e809cc 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = 'fcf626e841ce78ff3710320783aa35452f214ab501f95dd2601ee4ad57289605' + checksum64 = '9fa507aaaed7d016ee660e083297edec4e72b7afeb7d60a90fbe89448f8dbeb0' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -24,3 +24,4 @@ Install-ChocolateyPackage @packageArgs +