-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathclink.json
20 lines (20 loc) · 866 Bytes
/
clink.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "1.7.12",
"description": "Powerful Bash-style command line editing for cmd.exe",
"homepage": "https://chrisant996.github.io/clink/",
"license": "GPL-3.0-only",
"notes": [
"Run 'clink inject' to start clink on the current cmd",
"Run 'clink autorun install' to auto start clink"
],
"url": "https://github.com/chrisant996/clink/releases/download/v1.7.12/clink.1.7.12.625e8b.zip",
"hash": "55639fb7fc01df8192c055b585d237f0b2e8460192a67e7d62d773e807a266d6",
"bin": "clink.bat",
"checkver": {
"github": "https://github.com/chrisant996/clink",
"regex": "/v(?<tag>[\\d.]+)/clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$matchTag/clink.$version.$matchCommit.zip"
}
}