ScoopInstaller_Main/cmder.json
2018-11-29 02:00:23 +00:00

31 lines
937 B
JSON

{
"homepage": "http://cmder.net",
"description": "Portable console emulator for Windows",
"version": "1.3.9",
"license": "MIT",
"persist": "config",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.9/cmder_mini.zip",
"hash": "8cdf275fd744b12858ee4db318e9e52fe5ba5c5e3d48bf6ec90d8e99d32764df",
"bin": "Cmder.exe",
"shortcuts": [
[
"Cmder.exe",
"Cmder"
]
],
"env_set": {
"CMDER_ROOT": "$dir",
"ConEmuDir": "$dir\\vendor\\conemu-maximus5"
},
"checkver": {
"github": "https://github.com/cmderdev/cmder"
},
"autoupdate": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip",
"hash": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/hashes.txt",
"find": "$basename\\s+([A-Fa-f\\d]{64})"
}
}
}