mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
cmder: Update to version 1.3.13 (#607)
This commit is contained in:
parent
7a8ac7c26a
commit
afcd926521
@ -1,10 +1,10 @@
|
||||
{
|
||||
"homepage": "https://cmder.net",
|
||||
"description": "Portable console emulator for Windows. (Full version)",
|
||||
"version": "1.3.12",
|
||||
"version": "1.3.13",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder.7z",
|
||||
"hash": "dfed85b5fb5fa09d9eedaf8c92978c73170165e98b2358630b5d0e22fc2eeef4",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder.7z",
|
||||
"hash": "11846f850dc27a7ba770e50a35879e85a6a9451ad4b14ff5120bd5593c140ff9",
|
||||
"pre_install": [
|
||||
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
|
||||
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"",
|
||||
@ -29,7 +29,7 @@
|
||||
"github": "https://github.com/cmderdev/cmder"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder.7z",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/$version/cmder.7z",
|
||||
"hash": {
|
||||
"url": "$baseurl/hashes.txt",
|
||||
"regex": "$basename\\s+$sha256"
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"homepage": "https://cmder.net",
|
||||
"description": "Portable console emulator for Windows. (Mini version)",
|
||||
"version": "1.3.12",
|
||||
"version": "1.3.13",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder_mini.zip",
|
||||
"hash": "328ccf3bd768c4b88249bcea3f7c3cf558eb348a94a20d61b88906e2ea772c39",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder_mini.zip",
|
||||
"hash": "9d1a2d50af8c335e29f7a2ba4536d3ac1ce2423c030486af184d91a5ba77a021",
|
||||
"pre_install": [
|
||||
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
|
||||
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"",
|
||||
@ -29,7 +29,7 @@
|
||||
"github": "https://github.com/cmderdev/cmder"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip",
|
||||
"url": "https://github.com/cmderdev/cmder/releases/download/$version/cmder_mini.zip",
|
||||
"hash": {
|
||||
"url": "$baseurl/hashes.txt",
|
||||
"regex": "$basename\\s+$sha256"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user