{
    "version": "2026.1.1-261.23567.143",
    "description": "Cross-Platform IDE for Go by JetBrains.",
    "homepage": "https://www.jetbrains.com/goland/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/store/license.html"
    },
    "url": "https://download.jetbrains.com/go/goland-2026.1.1.win.zip",
    "hash": "c4b2facadad4bb51a975764238fe1e475108ab82a2f6c6c30f0cbe2afb01b340",
    "extract_to": "IDE",
    "installer": {
        "script": [
            "& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir",
            "Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
        ]
    },
    "architecture": {
        "64bit": {
            "bin": [
                [
                    "IDE\\bin\\goland64.exe",
                    "goland"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\goland64.exe",
                    "JetBrains\\GoLand"
                ]
            ]
        },
        "32bit": {
            "bin": "IDE\\bin\\goland.exe",
            "shortcuts": [
                [
                    "IDE\\bin\\goland.exe",
                    "JetBrains\\GoLand"
                ]
            ]
        }
    },
    "persist": [
        "IDE\\bin\\idea.properties",
        "IDE\\bin\\goland.exe.vmoptions",
        "IDE\\bin\\goland64.exe.vmoptions",
        "profile"
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=GO&latest=true&platform=zip&type=release",
        "regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}-${build}"
    },
    "autoupdate": {
        "url": "https://download.jetbrains.com/go/goland-$matchVer.win.zip",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
