diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 11b1190..0fbbd0d 100644 --- a/stackql/stackql.nuspec +++ b/stackql/stackql.nuspec @@ -19,15 +19,15 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe stackql - 0.5.571 - https://github.com/stackql/stackql/releases/tag/v0.5.571 + 0.5.587 + https://github.com/stackql/stackql/releases/tag/v0.5.587 https://github.com/stackql/chocolatey-install stackql stackql (Install) stackql https://stackql.io/ https://rawcdn.githack.com/stackql/stackql.io/c58a82edd5c42244866e01887cc112a2c275a08b/static/android-chrome-192x192.png - 2023 StackQL Studios + 2024 StackQL Studios https://github.com/stackql/stackql/blob/main/LICENSE false https://github.com/stackql/stackql diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 3f668f0..7d5d884 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '70484fb95076335f1f5cf5f6c4dc3dc4c470eeb530322aaf0c49c31d6b4f301c' + checksum64 = 'c58164804a1abff0869d95282af49115df1c72dfc4b2179e2e7277ec6dd0c6d3' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -17,3 +17,4 @@ $packageArgs = @{ Install-ChocolateyPackage @packageArgs +