clink: Update to version 1.2.0

This commit is contained in:
Jakub Čábera 2021-04-05 10:45:00 +02:00
parent d5db449035
commit 8e8e12ac1d

View File

@ -1,5 +1,5 @@
{
"version": "1.1.48",
"version": "1.2.0",
"description": "Powerful Bash-style command line editing for cmd.exe",
"homepage": "https://chrisant996.github.io/clink/",
"license": "GPL-3.0-only",
@ -7,8 +7,8 @@
"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.48/clink.1.1.48.b96581.zip",
"hash": "647ddf32bc50febac6ec0aa9f9cc55a367707a9ea5a03c0b95b18c2420f5aa8b",
"url": "https://github.com/chrisant996/clink/releases/download/v1.2/clink.1.2.0.42d871.zip",
"hash": "04b5807c7128b85f568f9315ecd4ef2b46157a73d157a3389d3a4b9b8d757881",
"bin": "clink.bat",
"persist": "profile",
"checkver": {
@ -16,6 +16,6 @@
"regex": "clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip"
"url": "https://github.com/chrisant996/clink/releases/download/v$majorVersion.$minorVersion/clink.$version.$matchCommit.zip"
}
}