ScoopInstaller_Main/cmder.json
Jakub Čábera 180eea285b Add cmder-full version 1.3.6 (#2629)
- Closes #2628 
- Add hash extraction
Running something like `Remove-Item \"$dir\\vendor\\git-for-windows\" -Force -Recurse` would save some space
2018-09-28 18:37:14 +02:00

31 lines
937 B
JSON

{
"homepage": "http://cmder.net",
"description": "Portable console emulator for Windows",
"version": "1.3.6",
"license": "MIT",
"persist": "config",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder_mini.zip",
"hash": "d151bd1e6293dce24b86a1170674661f573a40e346622fa524e57a1aee4e3ab7",
"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})"
}
}
}