cmder: Fix URL (#628)

This commit is contained in:
Hsiao-nan Cheung 2019-12-03 14:17:34 +08:00 committed by Ross Smith II
parent 069c8dcc92
commit 9d42bc19a2
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"description": "Portable console emulator for Windows. (Full version)",
"version": "1.3.13",
"license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder.7z",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.13/cmder.7z",
"hash": "11846f850dc27a7ba770e50a35879e85a6a9451ad4b14ff5120bd5593c140ff9",
"pre_install": [
"if (!(Test-Path \"$persist_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/$version/cmder.7z",
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder.7z",
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256"

View File

@ -3,7 +3,7 @@
"description": "Portable console emulator for Windows. (Mini version)",
"version": "1.3.13",
"license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/1.3.13/cmder_mini.zip",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.13/cmder_mini.zip",
"hash": "9d1a2d50af8c335e29f7a2ba4536d3ac1ce2423c030486af184d91a5ba77a021",
"pre_install": [
"if (!(Test-Path \"$persist_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/$version/cmder_mini.zip",
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip",
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256"