{
    "version": "2026.1.1-261.23567.176",
    "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.1.exe#/dl.7z",
            "hash": "50cf41dba1b449a9c3d61f4c329e9bbd3227010b58ccb7f5da0d38fdebea7bce"
        },
        "arm64": {
            "url": "https://download.jetbrains.com/python/dataspell-2026.1.1-aarch64.exe#/dl.7z",
            "hash": "ee5ef399960936fc8286037cf8d1a8fe3e407a7b1670f673af3ecc33392df296"
        }
    },
    "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"
        }
    }
}
