mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
- Closes #2628 - Add hash extraction Running something like `Remove-Item \"$dir\\vendor\\git-for-windows\" -Force -Recurse` would save some space
31 lines
937 B
JSON
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})"
|
|
}
|
|
}
|
|
}
|