From 987c1c479d873ff9e6df22ef54d59991b3491bfd Mon Sep 17 00:00:00 2001 From: "xue.ye" Date: Sun, 10 May 2020 20:13:43 +0800 Subject: [PATCH] IDEA2019: Add version 2019.3.5-193.7288.26 --- bucket/IDEA2019.json | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 bucket/IDEA2019.json diff --git a/bucket/IDEA2019.json b/bucket/IDEA2019.json new file mode 100644 index 0000000..5ea2ab7 --- /dev/null +++ b/bucket/IDEA2019.json @@ -0,0 +1,65 @@ +{ + "version": "2019.3.5-193.7288.26", + "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://scoop.leafgod.cn/jetbrains/ideaIU-2019.3.5.win.zip", + "https://scoop.leafgod.cn/jetbrains/portable.ps1" + ], + "hash": [ + "BAAE25C01859B670D05EBFF60BB676808068D2C10B73527A1E9988CC662BC8FA", + "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" + } + } +}