From 278e30a7f080af33ceec794ec715f9840fc56fe1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 28 Oct 2017 13:00:19 +0000 Subject: [PATCH] Update cmder to version 1.3.3 --- cmder.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmder.json b/cmder.json index 800513e7af..2015cb706f 100644 --- a/cmder.json +++ b/cmder.json @@ -1,12 +1,12 @@ { "homepage": "http://cmder.net", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "persist": [ "config" ], - "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.2/cmder_mini.zip", - "hash": "477fb784b7b3f382f7de9cd40a4d46a86dc2286b8036e68ad188abebbaea4ad6", + "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder_mini.zip", + "hash": "847f0fee1d88a05aafdfcd87b828de7f58fc1d36838a152933c01ca935d4c134", "bin": "Cmder.exe", "shortcuts": [ [ @@ -15,8 +15,8 @@ ] ], "env_set": { - "CMDER_ROOT": "$dir", - "ConEmuDir": "$dir\\vendor\\conemu-maximus5" + "CMDER_ROOT": "$dir", + "ConEmuDir": "$dir\\vendor\\conemu-maximus5" }, "checkver": { "github": "https://github.com/cmderdev/cmder"