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 Dec 14, 2023
1 parent 6076663 commit 67b8768
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.33.2</version>
<version>1.34.0</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.33.2/ckan.exe'
url = 'https://github.com/KSP-CKAN/CKAN/releases/download/v1.34.0/ckan.exe'

checksum = '1489ddc51c860e05e29cff195f4a3a2c426018d370f38b423f0e45755014dd32'
checksum = 'b241699311ac44dd4e7534663d83157c7bdfc817f4b223eb060838d458996c29'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 67b8768

Please sign in to comment.