mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
clink: Change to chrisant996/clink version (#1607)
* update clink.json to actual maintained version, see https://github.com/chrisant996/clink/issues/24 * fixes Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
31a494000f
commit
729a0181c2
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://mridgers.github.io/clink/",
|
"version": "1.1.4",
|
||||||
"description": "Powerful Bash-style command line editing for cmd.exe",
|
"description": "Powerful Bash-style command line editing for cmd.exe",
|
||||||
"url": "https://github.com/mridgers/clink/releases/download/0.4.9/clink_0.4.9.zip",
|
"homepage": "https://chrisant996.github.io/clink/",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"version": "0.4.9",
|
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.4/clink.1.1.4.28d2fc.zip",
|
||||||
"hash": "57618d5fab9f0f777430fde5beceffdfb99cc81cfbd353ca58f41b7faf84eddc",
|
"hash": "adb000db87ae88ac402b5420d79266a5c6a296b8e08cfb3729572e9a2de3750c",
|
||||||
"extract_dir": "clink_0.4.9",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/mridgers/clink/"
|
"url": "https://github.com/chrisant996/clink/releases/latest",
|
||||||
|
"re": "clink\\.(?<version>[\\d\\.]+)\\.(?<commit>[\\d\\w.]+)\\.zip"
|
||||||
},
|
},
|
||||||
"bin": "clink.bat",
|
"bin": "clink.bat",
|
||||||
"persist": "profile",
|
"persist": "profile",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"Run 'clink autorun install' to auto start clink"
|
"Run 'clink autorun install' to auto start clink"
|
||||||
],
|
],
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/mridgers/clink/releases/download/$version/clink_$version.zip",
|
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip",
|
||||||
"extract_dir": "clink_$version"
|
"extract_dir": "clink_$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user