From b9ec1d3fbd783f1c8f77f45e499dfd2dcbbd1ede Mon Sep 17 00:00:00 2001 From: Yaser Hsueh Date: Wed, 4 Jan 2023 21:15:53 +0800 Subject: [PATCH] IntelliJ-IDEA-Ultimate: Add version 2020.3.4-203.8084.24 --- bucket/IntelliJ-IDEA-Ultimate-2020.json | 65 +++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 bucket/IntelliJ-IDEA-Ultimate-2020.json diff --git a/bucket/IntelliJ-IDEA-Ultimate-2020.json b/bucket/IntelliJ-IDEA-Ultimate-2020.json new file mode 100644 index 0000000..bf0f379 --- /dev/null +++ b/bucket/IntelliJ-IDEA-Ultimate-2020.json @@ -0,0 +1,65 @@ +{ + "version": "2020.3.4-203.8084.24", + "description": "IntelliJ IDEA Ultimate. Cross-Platform Java IDE for professional developers by JetBrains.", + "homepage": "https://www.jetbrains.com/idea/", + "license": { + "identifier": "Proprietary", + "url": "https://www.jetbrains.com/store/license.html" + }, + "url": [ + "https://dl.simaek.com/scoop/buckets/custom/package/ideaIU-2020.3.4.win.zip", + "https://dl.simaek.com/scoop/buckets/custom/scripts/jetbrains/portable.ps1" + ], + "hash": [ + "97aeccda16943855654540c5659db01257070b7628ec3a72d9ed5bee176fe88a", + "5b43fc8a57d7d8d519071a50849a5db92c90ecdf56b64ac57f15fdae5b4f0572" + ], + "extract_to": "IDE", + "installer": { + "script": [ + "& \"$dir\\portable.ps1\" $dir $persist_dir", + "Remove-Item \"$dir\\IDE\\`$*\", \"$dir\\portable.ps1\" -Force -Recurse" + ] + }, + "architecture": { + "64bit": { + "bin": [ + "IDE\\bin\\idea64.exe", + [ + "IDE\\bin\\idea64.exe", + "idea" + ] + ], + "shortcuts": [ + [ + "IDE\\bin\\idea64.exe", + "JetBrains\\IntelliJ IDEA Ultimate" + ] + ] + }, + "32bit": { + "bin": "IDE\\bin\\idea.exe", + "shortcuts": [ + [ + "IDE\\bin\\idea.exe", + "JetBrains\\IntelliJ IDEA Ultimate" + ] + ] + } + }, + "persist": [ + "IDE\\bin\\idea.properties", + "profile" + ], + "checkver": { + "url": "https://data.services.jetbrains.com/products/releases?code=IIU&latest=true&platform=zip&type=release", + "regex": "version\":\"(?[\\d.]+)\".*\"build\":\"(?[\\d.]+)\"", + "replace": "${ver}-${build}" + }, + "autoupdate": { + "url": "https://download.jetbrains.com/idea/ideaIU-$matchHead.win.zip", + "hash": { + "url": "$url.sha256" + } + } +}