Skip to content

Commit

Permalink
Merge pull request #16 from stackql/feature/stackql-release-update
Browse files Browse the repository at this point in the history
v0.5.571
  • Loading branch information
jeffreyaven authored Feb 13, 2024
2 parents 35f1d48 + 44a5522 commit 99b1f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stackql/stackql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<metadata>
<id>stackql</id>
<version>0.5.552</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.552</releaseNotes>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.571</releaseNotes>
<packageSourceUrl>https://github.com/stackql/chocolatey-install</packageSourceUrl>
<owners>stackql</owners>
<title>stackql (Install)</title>
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,11 +8,12 @@ $packageArgs = @{
fileType = 'MSI'
url64bit = $url64
softwareName = 'stackql*'
checksum64 = '22e7b46790ee73abf375923819c36fc0abe5886f049c4ac1f03961d28243e2aa'
checksum64 = '70484fb95076335f1f5cf5f6c4dc3dc4c470eeb530322aaf0c49c31d6b4f301c'
checksumType64 = 'sha256'
silentArgs = "/passive /l* stackql.log"
validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs


0 comments on commit 99b1f8b

Please sign in to comment.