mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
22 lines
853 B
JSON
22 lines
853 B
JSON
{
|
|
"version": "1.2.10",
|
|
"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.2.10/clink.1.2.10.1bcf9c.zip",
|
|
"hash": "c3498412c74b991238d71627e7162814fe91e0fe5f6b92877ec3e3450c2fc445",
|
|
"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"
|
|
}
|
|
}
|