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 Oct 7, 2024
1 parent dc80af9 commit 25778e6
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.35.0</version>
<version>1.35.2</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.35.0/ckan.exe'
url = 'https://github.com/KSP-CKAN/CKAN/releases/download/v1.35.2/ckan.exe'

checksum = '55ebaf6b1740fa5fa32a0e1b52fefd84d9ce5e02d7289762318b26a53bd7e288'
checksum = '48ad9e29d1ff6e6f96faa53c5d41d10fdb9f7e67e9e5b478741bc11142829bc1'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 25778e6

Please sign in to comment.