From 9d42bc19a2de0fded1e7801730225b69c5e9c454 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 3 Dec 2019 14:17:34 +0800 Subject: [PATCH] cmder: Fix URL (#628) --- bucket/cmder-full.json | 4 ++-- bucket/cmder.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/cmder-full.json b/bucket/cmder-full.json index 1db8fc1a9d..4914bacf16 100644 --- a/bucket/cmder-full.json +++ b/bucket/cmder-full.json @@ -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" diff --git a/bucket/cmder.json b/bucket/cmder.json index c35858bb1a..133d0f5e9d 100644 --- a/bucket/cmder.json +++ b/bucket/cmder.json @@ -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"