From da7e5ab88c24e1337cac454fc6b7da69462eeeb2 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 5 Jun 2024 17:18:17 +0800 Subject: [PATCH] Add scoop pkg info [GitHub link #16] --- pkg/scoop-chsrc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkg/scoop-chsrc.json diff --git a/pkg/scoop-chsrc.json b/pkg/scoop-chsrc.json new file mode 100644 index 00000000..cf0962f3 --- /dev/null +++ b/pkg/scoop-chsrc.json @@ -0,0 +1,21 @@ +{ + "version": "0.1.5", + "description": "chsrc: a fast command line tool to Change Source for every software on every platform", + "homepage": "https://gitee.com/RubyMetric/chsrc", + "license": "GPLv3", + "architecture": { + "64bit": { + "url": "https://gitee.com/RubyMetric/chsrc/releases/download/v0.1.5/chsrc-x64-windows.exe", + "hash": "36EE945874FA45DBA735FD0EF64AEEDB339C6F3385BEDEF422863845C0674A88" + } + }, + "bin": [ ["chsrc-x64-windows.exe", "chsrc"] ] , + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://gitee.com/RubyMetric/chsrc/releases/download/$version/chsrc-x64-windows.exe" + } + } + } +}