From ef17189b433a36ff3f8e730ca37ed224376986f7 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:18:56 +0000 Subject: [PATCH 1/2] cockpit-tools: Add version 1.3.0 --- bucket/cockpit-tools.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/cockpit-tools.json diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json new file mode 100644 index 00000000000000..3929aed66867eb --- /dev/null +++ b/bucket/cockpit-tools.json @@ -0,0 +1,30 @@ +{ + "version": "1.3.0", + "description": "A universal AI IDE account management tool.", + "homepage": "https://github.com/jlcodes99/cockpit-tools", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.0/Cockpit.Tools_1.3.0_x64_en-US.msi", + "hash": "d17dd272127da4daa4f262fe86fe8acd6205ca80ad0c1a7c6f28b06147ce94d9" + } + }, + "extract_dir": "PFiles\\Cockpit Tools", + "shortcuts": [ + [ + "cockpit-tools.exe", + "Cockpit Tools" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v$version/Cockpit.Tools_$version_x64_en-US.msi" + } + }, + "hash": { + "url": "$baseurl/SHA256SUMS.txt" + } + } +} From ad91f6941cc73f495bb3161f2ffb93c53449ca27 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:24:40 +0000 Subject: [PATCH 2/2] cockpit-tools: Fix license Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/cockpit-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json index 3929aed66867eb..bf9f4b6c14368e 100644 --- a/bucket/cockpit-tools.json +++ b/bucket/cockpit-tools.json @@ -2,7 +2,7 @@ "version": "1.3.0", "description": "A universal AI IDE account management tool.", "homepage": "https://github.com/jlcodes99/cockpit-tools", - "license": "MIT", + "license": "CC-BY-NC-SA-4.0", "architecture": { "64bit": { "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.0/Cockpit.Tools_1.3.0_x64_en-US.msi",