Extras/bucket/dataspell.json
2026-07-29 13:00:47 +00:00

57 lines
1.9 KiB
JSON

{
"version": "2026.1.3-261.26222.84",
"description": "Cross-Platform IDE for Data Scientists by JetBrains.",
"homepage": "https://www.jetbrains.com/dataspell/",
"license": {
"identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html"
},
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/python/dataspell-2026.1.3.exe#/dl.7z",
"hash": "5e8c28474d1572362611939ada587eba29650f6b1d270670c945f0473f81d324"
},
"arm64": {
"url": "https://download.jetbrains.com/python/dataspell-2026.1.3-aarch64.exe#/dl.7z",
"hash": "fd74804f72c751457947ffd5ba9c314472bf0c89a78e9a669385c8e1ce8806ed"
}
},
"extract_to": "IDE",
"installer": {
"script": [
"& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir",
"Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
]
},
"shortcuts": [
[
"IDE\\bin\\dataspell64.exe",
"JetBrains\\DataSpell"
]
],
"persist": [
"IDE\\bin\\idea.properties",
"IDE\\bin\\dataspell.exe.vmoptions",
"IDE\\bin\\dataspell64.exe.vmoptions",
"profile"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=DS&latest=true&platform=zip&type=release",
"regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/python/dataspell-$matchVer.exe#/dl.7z"
},
"arm64": {
"url": "https://download.jetbrains.com/python/dataspell-$matchVer-aarch64.exe#/dl.7z"
}
},
"hash": {
"url": "$url.sha256"
}
}
}