From 95598b2af92cc9800f16fbc23aaf61cfc97c0986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E8=B5=B7=E9=B2=B8=E8=90=BD?= <92096903+Gn3po4g@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:52:33 +0800 Subject: [PATCH] chsrc: Add version 0.1.7 (#6047) Co-authored-by: Hsiao-nan Cheung --- bucket/chsrc.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/chsrc.json diff --git a/bucket/chsrc.json b/bucket/chsrc.json new file mode 100644 index 0000000000000..d6da9ae3d9a88 --- /dev/null +++ b/bucket/chsrc.json @@ -0,0 +1,28 @@ +{ + "version": "0.1.7", + "description": "Change Source for every software on every platform", + "homepage": "https://github.com/RubyMetric/chsrc", + "license": "GPL-3.0-or-later,MIT", + "architecture": { + "64bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x64-windows.exe#/chsrc.exe", + "hash": "070bf1fb2975885d2bc86addc937387402e7cea14884cfd7273f00a619c3db0b" + }, + "32bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x86-windows.exe#/chsrc.exe", + "hash": "a52c93be8aa4865160da4b0e7f99d8c8bcece6e1489703b0cf907a25269bb282" + } + }, + "bin": "chsrc.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x64-windows.exe#/chsrc.exe" + }, + "32bit": { + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x86-windows.exe#/chsrc.exe" + } + } + } +}