From beba6e77269f122205d0257a3d7ff681fce8a5e3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 10 Aug 2026 12:45:08 +0800 Subject: [PATCH 1/2] gickup: Add version 0.10.45 --- bucket/gickup.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/gickup.json diff --git a/bucket/gickup.json b/bucket/gickup.json new file mode 100644 index 0000000000000..c218eb388a0c0 --- /dev/null +++ b/bucket/gickup.json @@ -0,0 +1,33 @@ +{ + "version": "0.10.45", + "description": "A tool to backup all your favorite repos", + "homepage": "https://gickup.dev/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/cooperspencer/gickup/releases/download/v0.10.45/gickup_0.10.45_windows_amd64.zip", + "hash": "1f6bda4b893f05e2368ca83a02b82ddbafccc6a8406bd6236f480b7deb040546" + }, + "arm64": { + "url": "https://github.com/cooperspencer/gickup/releases/download/v0.10.45/gickup_0.10.45_windows_arm64.zip", + "hash": "0efffb975f691c33fef075801c3b3d9688a90de40c1cbe23ee19207239c31bfa" + } + }, + "bin": "gickup.exe", + "checkver": { + "github": "https://github.com/cooperspencer/gickup" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/cooperspencer/gickup/releases/download/v$version/gickup_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/cooperspencer/gickup/releases/download/v$version/gickup_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/gickup_$version_checksums.txt" + } + } +} From ec3f957fbdb8710795679a0791ff7133d5abec83 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:37:43 +0000 Subject: [PATCH 2/2] gickup: Update description --- bucket/gickup.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/gickup.json b/bucket/gickup.json index c218eb388a0c0..405fab23956a8 100644 --- a/bucket/gickup.json +++ b/bucket/gickup.json @@ -1,7 +1,7 @@ { "version": "0.10.45", - "description": "A tool to backup all your favorite repos", - "homepage": "https://gickup.dev/", + "description": "A tool that allows you to clone/mirror repositories from one host to another.", + "homepage": "https://gickup.dev", "license": "Apache-2.0", "architecture": { "64bit": {