Eugene Klimov 729a0181c2
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>
2020-12-11 11:56:34 -08:00

23 lines
916 B
JSON

{
"version": "1.1.4",
"description": "Powerful Bash-style command line editing for cmd.exe",
"homepage": "https://chrisant996.github.io/clink/",
"license": "GPL-3.0-only",
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.4/clink.1.1.4.28d2fc.zip",
"hash": "adb000db87ae88ac402b5420d79266a5c6a296b8e08cfb3729572e9a2de3750c",
"checkver": {
"url": "https://github.com/chrisant996/clink/releases/latest",
"re": "clink\\.(?<version>[\\d\\.]+)\\.(?<commit>[\\d\\w.]+)\\.zip"
},
"bin": "clink.bat",
"persist": "profile",
"notes": [
"Run 'clink inject' to start clink on the current cmd",
"Run 'clink autorun install' to auto start clink"
],
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip",
"extract_dir": "clink_$version"
}
}