{
    "version": "5.1.1",
    "description": "Spring Tools for Eclipse",
    "homepage": "https://spring.io/tools",
    "license": "EPL-1.0",
    "depends": "7zip19.00-helper",
    "notes": "For Windows 32bit, please use \"sts396\" in versions bucket.",
    "architecture": {
        "64bit": {
            "url": "https://cdn.spring.io/spring-tools/release/dist/5.1.1.RELEASE/e4.39/spring-tools-for-eclipse-5.1.1.RELEASE-e4.39.0-win32.win32.x86_64.zip#/dl.zip_",
            "hash": "7b240fa89c2167d4554d7db6a4759f0b369cb5e49e9968d47366e4e44b80d9d9"
        }
    },
    "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": [
        [
            "SpringToolsForEclipse.exe",
            "Spring Tools For Eclipse"
        ]
    ],
    "checkver": {
        "url": "https://spring.io/tools",
        "regex": "spring-tools-for-eclipse-([\\d.]+)\\.RELEASE-e(?<eclipse>(?<short>[\\d.]+)\\.[\\d]+\\w?)-win32"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.spring.io/spring-tools/release/dist/$version.RELEASE/e$matchShort/spring-tools-for-eclipse-$version.RELEASE-e$matchEclipse-win32.win32.x86_64.zip#/dl.zip_",
                "hash": {
                    "url": "$url.sha256"
                }
            }
        }
    }
}
