cmder: Update to version 1.3.13 (#607)

This commit is contained in:
linsui 2019-11-24 11:24:55 +00:00 committed by Richard Kuhnt
parent 7a8ac7c26a
commit afcd926521
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
{ {
"homepage": "https://cmder.net", "homepage": "https://cmder.net",
"description": "Portable console emulator for Windows. (Full version)", "description": "Portable console emulator for Windows. (Full version)",
"version": "1.3.12", "version": "1.3.13",
"license": "MIT", "license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder.7z", "url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder.7z",
"hash": "dfed85b5fb5fa09d9eedaf8c92978c73170165e98b2358630b5d0e22fc2eeef4", "hash": "11846f850dc27a7ba770e50a35879e85a6a9451ad4b14ff5120bd5593c140ff9",
"pre_install": [ "pre_install": [
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {", "if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$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" "github": "https://github.com/cmderdev/cmder"
}, },
"autoupdate": { "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": { "hash": {
"url": "$baseurl/hashes.txt", "url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256" "regex": "$basename\\s+$sha256"

View File

@ -1,10 +1,10 @@
{ {
"homepage": "https://cmder.net", "homepage": "https://cmder.net",
"description": "Portable console emulator for Windows. (Mini version)", "description": "Portable console emulator for Windows. (Mini version)",
"version": "1.3.12", "version": "1.3.13",
"license": "MIT", "license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder_mini.zip", "url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder_mini.zip",
"hash": "328ccf3bd768c4b88249bcea3f7c3cf558eb348a94a20d61b88906e2ea772c39", "hash": "9d1a2d50af8c335e29f7a2ba4536d3ac1ce2423c030486af184d91a5ba77a021",
"pre_install": [ "pre_install": [
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {", "if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$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" "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/$version/cmder_mini.zip",
"hash": { "hash": {
"url": "$baseurl/hashes.txt", "url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256" "regex": "$basename\\s+$sha256"