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
This commit is contained in:
Jakub Čábera 2018-09-28 18:37:14 +02:00 committed by Richard Kuhnt
parent bfaf436c5b
commit 180eea285b
2 changed files with 36 additions and 4 deletions

30
cmder-full.json Normal file
View File

@ -0,0 +1,30 @@
{
"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.7z",
"hash": "4ad3f927932feb6754683a4db1a4984db8ee662d45b7bde57ef8e206e8749711",
"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})"
}
}
}

View File

@ -3,9 +3,7 @@
"description": "Portable console emulator for Windows", "description": "Portable console emulator for Windows",
"version": "1.3.6", "version": "1.3.6",
"license": "MIT", "license": "MIT",
"persist": [ "persist": "config",
"config"
],
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder_mini.zip", "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder_mini.zip",
"hash": "d151bd1e6293dce24b86a1170674661f573a40e346622fa524e57a1aee4e3ab7", "hash": "d151bd1e6293dce24b86a1170674661f573a40e346622fa524e57a1aee4e3ab7",
"bin": "Cmder.exe", "bin": "Cmder.exe",
@ -23,6 +21,10 @@
"github": "https://github.com/cmderdev/cmder" "github": "https://github.com/cmderdev/cmder"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip" "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})"
}
} }
} }