Skip to content

Commit

Permalink
AU: 1 updated - ksp-ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 5, 2024
1 parent 28a37cb commit d3b01e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ksp-ckan/ksp-ckan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>ksp-ckan</id>
<version>1.34.2</version>
<version>1.34.4</version>
<title>Comprehensive Kerbal Archive Network</title>
<authors>KSP-CKAN Project</authors>
<owners>MarcioC</owners>
Expand Down
4 changes: 2 additions & 2 deletions ksp-ckan/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $exePath = Join-Path $toolsDir "ckan.exe"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = $exePath
url = 'https://github.com/KSP-CKAN/CKAN/releases/download/v1.34.2/ckan.exe'
url = 'https://github.com/KSP-CKAN/CKAN/releases/download/v1.34.4/ckan.exe'

checksum = '31468a82d2c756cad4cb9e651de9656b66026e52c67678f4e77d2a0b995ad881'
checksum = '4f7481cc6993c0566c1247779022bb6ae20d28fb05c76cc8611dbf66ab790133'
checksumType = 'sha256'
}

Expand Down

0 comments on commit d3b01e8

Please sign in to comment.