From 18d8792e2b067fca99443f8ecf5ae93172c34090 Mon Sep 17 00:00:00 2001 From: Gn3po4g Date: Tue, 23 Jul 2024 20:58:48 +0800 Subject: [PATCH] chsrc: Add version 0.1.7 --- bucket/chsrc.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/chsrc.json diff --git a/bucket/chsrc.json b/bucket/chsrc.json new file mode 100644 index 00000000000000..927eb64afc40b7 --- /dev/null +++ b/bucket/chsrc.json @@ -0,0 +1,33 @@ +{ + "version": "0.1.7", + "description": "chsrc: a fast command line tool to Change Source for every software on every platform", + "homepage": "https://gitee.com/RubyMetric/chsrc", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x64-windows.exe", + "hash": "070bf1fb2975885d2bc86addc937387402e7cea14884cfd7273f00a619c3db0b" + }, + "32bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x86-windows.exe", + "hash": "a52c93be8aa4865160da4b0e7f99d8c8bcece6e1489703b0cf907a25269bb282" + } + }, + "bin": [ + [ + "chsrc-x64-windows.exe", + "chsrc" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x64-windows.exe" + }, + "32bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x86-windows.exe" + } + } + } +} \ No newline at end of file