Versions/bucket/phpstorm-eap.json
2026-07-24 14:18:08 +00:00

59 lines
1.8 KiB
JSON

{
"version": "2026.2.1-262.9437.28",
"description": "Cross-Platform IDE for PHP by JetBrains. (Early Access Program)",
"homepage": "https://www.jetbrains.com/phpstorm/",
"license": {
"identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html"
},
"url": "https://download.jetbrains.com/webide/PhpStorm-262.9437.28.exe#/dl.7z",
"hash": "c6a5d85a083faaf712dda7c04b4bcf562d20c8beefe3a714b51b46240f1112c4",
"extract_to": "IDE",
"installer": {
"script": [
"& \"$bucketsdir\\versions\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir",
"Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
]
},
"architecture": {
"64bit": {
"bin": [
[
"IDE\\bin\\phpstorm64.exe",
"phpstorm"
]
],
"shortcuts": [
[
"IDE\\bin\\phpstorm64.exe",
"JetBrains\\PhpStorm (Early Access Program)"
]
]
},
"32bit": {
"bin": "IDE\\bin\\phpstorm.exe",
"shortcuts": [
[
"IDE\\bin\\phpstorm.exe",
"JetBrains\\PhpStorm (Early Access Program)"
]
]
}
},
"persist": [
"IDE\\bin\\idea.properties",
"profile"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=PS&latest=true&platform=zip&type=eap",
"regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"url": "https://download.jetbrains.com/webide/PhpStorm-$preReleaseVersion.exe#/dl.7z",
"hash": {
"url": "$url.sha256"
}
}
}