From cc7106d2c977c6631129b858d70b1af6cda128e9 Mon Sep 17 00:00:00 2001 From: xueye Date: Wed, 6 Oct 2021 21:58:51 +0800 Subject: [PATCH] IntelliJ-IDEA-Ultimate-portable: Update to version 2021.2-212.4746.92 --- bucket/IntelliJ-IDEA-Ultimate-portable.json | 8 ++++---- bucket/oraclejdk8.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/IntelliJ-IDEA-Ultimate-portable.json b/bucket/IntelliJ-IDEA-Ultimate-portable.json index 922c6a7..863991b 100644 --- a/bucket/IntelliJ-IDEA-Ultimate-portable.json +++ b/bucket/IntelliJ-IDEA-Ultimate-portable.json @@ -1,5 +1,5 @@ { - "version": "2020.3.4-203.8084.24", + "version": "2021.2-212.4746.92", "description": "IntelliJ IDEA Ultimate. Cross-Platform Java IDE for professional developers by JetBrains.", "homepage": "https://www.jetbrains.com/idea/", "license": { @@ -7,11 +7,11 @@ "url": "https://www.jetbrains.com/store/license.html" }, "url": [ - "https://download.jetbrains.com/idea/ideaIU-2020.3.4.win.zip", - "https://code.simaek.com/xueye/scoop-bucket/raw/branch/master/scripts/jetbrains/portable.ps1" + "https://download.jetbrains.com/idea/ideaIU-2021.2.win.zip", + "https://raw.githubusercontent.com/Ash258/Scoop-JetBrains/master/scripts/portable.ps1" ], "hash": [ - "97aeccda16943855654540c5659db01257070b7628ec3a72d9ed5bee176fe88a", + "73bfec312c6b3efbe652d9e1770a53cc2784ada7143c726973b8fd26d7399b40", "5b43fc8a57d7d8d519071a50849a5db92c90ecdf56b64ac57f15fdae5b4f0572" ], "extract_to": "IDE", diff --git a/bucket/oraclejdk8.json b/bucket/oraclejdk8.json index b7f03ac..19d5b01 100644 --- a/bucket/oraclejdk8.json +++ b/bucket/oraclejdk8.json @@ -15,6 +15,6 @@ ], "env_set": { "JAVA_HOME": "$dir", - "CLASSPATH": ".;%JAVA_HOME%\\lib\\dt.jar;%JAVA_HOME%\\lib\\tools.jar" + "CLASSPATH": ".;$dir\\lib\\dt.jar;$dir\\lib\\tools.jar" } }