scoop-extras/bucket/IntelliJ-IDEA-Ultimate-portable.json

67 lines
2.1 KiB
JSON
Raw Normal View History

{
"version": "2021.3.1-213.6461.79",
"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"
},
"changelog": "https://www.jetbrains.com/idea/whatsnew/",
"url": [
2023-01-03 14:05:26 +00:00
"http://dl.simaek.com/scoop/buckets/custom/package/ideaIU-2021.3.1.win.zip",
"http://dl.simaek.com/scoop/buckets/custom/scripts/jetbrains/portable.ps1"
],
"hash": [
"96e59657d95c89121473294025bcd86db7f6aca9bd13c45e2c165ead5d315da8",
2022-01-22 16:26:20 +00:00
"2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8"
],
"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"
}
}
}