{
    "version": "4.21.0",
    "description": "Spring Tools for Eclipse",
    "homepage": "https://spring.io/tools/sts",
    "license": "EPL-1.0",
    "depends": "7zip19.00-helper",
    "notes": "For Windows 32bit, please use \"sts396\" in versions bucket.",
    "architecture": {
        "64bit": {
            "url": "https://download.springsource.com/release/STS4/4.21.0.RELEASE/dist/e4.30/spring-tool-suite-4-4.21.0.RELEASE-e4.30.0-win32.win32.x86_64.zip#/dl.zip_",
            "hash": "8769c4473fd802df556fee98cedc6843434b3ae377aad6f96724a721c154aed0"
        }
    },
    "pre_install": [
        "Invoke-ExternalCommand 7z1900-helper -ArgumentList @('x', '-bso0', \"$dir\\dl.zip_\", \"-o$dir\") | Out-Null",
        "Move-Item \"$dir\\sts-$version.RELEASE\\*\" \"$dir\\\"",
        "Remove-Item \"$dir\\dl.zip_\""
    ],
    "shortcuts": [
        [
            "SpringToolSuite4.exe",
            "Spring Tool Suite"
        ]
    ],
    "checkver": {
        "url": "https://spring.io/tools",
        "regex": "spring-tool-suite-4-([\\d.]+)\\.RELEASE-e(?<eclipse>(?<short>[\\d.]+)\\.[\\d]+\\w?)-win32"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.springsource.com/release/STS4/$version.RELEASE/dist/e$matchShort/spring-tool-suite-4-$version.RELEASE-e$matchEclipse-win32.win32.x86_64.zip#/dl.zip_",
                "hash": {
                    "url": "$url.sha1"
                }
            }
        }
    }
}
