From 472abc1acd7507fadffea40b340b36b0e24d5161 Mon Sep 17 00:00:00 2001 From: Non <43197300+nonperforming@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:34:09 +1300 Subject: [PATCH] Add CKAN Resolves #1106 --- bucket/ckan.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/ckan.json diff --git a/bucket/ckan.json b/bucket/ckan.json new file mode 100644 index 000000000000..f7dc07aa81fb --- /dev/null +++ b/bucket/ckan.json @@ -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" + } +}