ScoopInstaller_Main/cmder-full.json
2018-11-10 20:00:28 +00:00

31 lines
925 B
JSON

{
"homepage": "http://cmder.net",
"description": "Portable console emulator for Windows",
"version": "1.3.8",
"license": "MIT",
"persist": "config",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.8/cmder.7z",
"hash": "0a063247a2bc7091237a56a12a7e5d88b94c109149b3ceb02f9e86029a2eefbc",
"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.7z",
"hash": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/hashes.txt",
"find": "$basename\\s+([A-Fa-f\\d]{64})"
}
}
}