Skip to content

Commit

Permalink
Add CKAN
Browse files Browse the repository at this point in the history
Resolves #1106
  • Loading branch information
nonperforming committed Mar 13, 2024
1 parent a307510 commit 472abc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/ckan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "v1.34.4",
"description": "Mod manager for KSP",
"homepage": "https://github.com/KSP-CKAN/CKAN",
"license": "MIT",
"url": "https://github.com/KSP-CKAN/CKAN/releases/download/v1.34.4/ckan.exe",
"hash": "4f7481cc6993c0566c1247779022bb6ae20d28fb05c76cc8611dbf66ab790133",
"bin": "ckan.exe",
"shortcuts": [
[
"ckan.exe",
"CKAN"
]
],
"checkver": {
"github": "https://github.com/KSP-CKAN/CKAN"
},
"autoupdate": {
"url": "https://github.com/KSP-CKAN/CKAN/releases/download/$version/ckan.exe"
}
}

0 comments on commit 472abc1

Please sign in to comment.