From afcd9265216a993ca67fbb536d526a6c45ba9487 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 24 Nov 2019 11:24:55 +0000 Subject: [PATCH] cmder: Update to version 1.3.13 (#607) --- bucket/cmder-full.json | 8 ++++---- bucket/cmder.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/cmder-full.json b/bucket/cmder-full.json index d1845b11e6..1db8fc1a9d 100644 --- a/bucket/cmder-full.json +++ b/bucket/cmder-full.json @@ -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" diff --git a/bucket/cmder.json b/bucket/cmder.json index 0479086632..c35858bb1a 100644 --- a/bucket/cmder.json +++ b/bucket/cmder.json @@ -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"