Jakub Čábera 2a9e04a144 clink: Update to version 1.1.20
format [j-k]*
2021-01-12 07:52:21 +01:00

22 lines
853 B
JSON

{
"version": "1.1.20",
"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.1.20/clink.1.1.20.fa19d6.zip",
"hash": "8ca0c886967f1d8aae4a337fe9c77a3686445d8dc36577223dba4bfd7a339a1c",
"bin": "clink.bat",
"persist": "profile",
"checkver": {
"github": "https://github.com/chrisant996/clink",
"regex": "clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip"
}
}