From 65a812e6f2a00130704c6a403522a919fc963c88 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 5 Jun 2017 13:22:41 +0200 Subject: [PATCH] jetbrains-toolbox: fix version --- jetbrains-toolbox.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jetbrains-toolbox.json b/jetbrains-toolbox.json index 1684dcab52..2563224ed6 100644 --- a/jetbrains-toolbox.json +++ b/jetbrains-toolbox.json @@ -1,17 +1,20 @@ { "homepage": "https://jetbrains.com/", - "version": "1.6.2", + "version": "1.3.2421", "license": "https://www.jetbrains.com/store/license.html", "url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.3.2421.exe", "hash": "e5b84aa2f36475f4ae3ccd7ef9428e4ecd7160ffd07728623909c6c35542e060", "installer": { "args": [ - "/S", "/D=$dir" + "/S", + "/D=$dir" ] }, "uninstaller": { "file": "Uninstall.exe", - "args": ["/S"] + "args": [ + "/S" + ] }, "bin": [ "jetbrains-toolbox.exe"