IDEA2019: Add version 2019.3.5-193.7288.26

This commit is contained in:
xue.ye 2020-05-10 20:13:43 +08:00
parent 8e4a9c342b
commit 987c1c479d

65
bucket/IDEA2019.json Normal file
View File

@ -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\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"url": "https://download.jetbrains.com/idea/ideaIU-$matchHead.win.zip",
"hash": {
"url": "$url.sha256"
}
}
}