Skip to content

Commit

Permalink
v0.5.587
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Feb 18, 2024
1 parent aaf9ba6 commit dcffde8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stackql/stackql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stackql</id>
<version>0.5.571</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.571</releaseNotes>
<version>0.5.587</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.587</releaseNotes>
<packageSourceUrl>https://github.com/stackql/chocolatey-install</packageSourceUrl>
<owners>stackql</owners>
<title>stackql (Install)</title>
<authors>stackql</authors>
<projectUrl>https://stackql.io/</projectUrl>
<iconUrl>https://rawcdn.githack.com/stackql/stackql.io/c58a82edd5c42244866e01887cc112a2c275a08b/static/android-chrome-192x192.png</iconUrl>
<copyright>2023 StackQL Studios</copyright>
<copyright>2024 StackQL Studios</copyright>
<licenseUrl>https://github.com/stackql/stackql/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/stackql/stackql</projectSourceUrl>
Expand Down
3 changes: 2 additions & 1 deletion stackql/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -17,3 +17,4 @@ $packageArgs = @{
Install-ChocolateyPackage @packageArgs



0 comments on commit dcffde8

Please sign in to comment.