{
    "version": "0.15.0",
    "description": "Java Version Manager",
    "homepage": "https://github.com/Jabba-Team/jabba",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Jabba-Team/jabba/releases/download/0.15.0/jabba-0.15.0-windows-amd64.exe#/jabba.exe",
            "hash": "8918f09b6632f7e3b3d14a74c9d07af86d589230804b38d09ee1412d29337a71"
        },
        "32bit": {
            "url": "https://github.com/Jabba-Team/jabba/releases/download/0.15.0/jabba-0.15.0-windows-386.exe#/jabba.exe",
            "hash": "c4c38622b0a5a14c52d5ddd0c6ad48f27202d3567a2ed85331a6f712d1e68776"
        }
    },
    "pre_install": [
        "ensure \"$dir\\bin\" | Out-Null",
        "Move-Item \"$dir\\jabba.exe\" \"$dir\\bin\\jabba.exe\""
    ],
    "bin": "bin\\jabba.exe",
    "env_set": {
        "JABBA_HOME": "$dir"
    },
    "persist": "jdk",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Jabba-Team/jabba/releases/download/$version/jabba-$version-windows-amd64.exe#/jabba.exe"
            },
            "32bit": {
                "url": "https://github.com/Jabba-Team/jabba/releases/download/$version/jabba-$version-windows-386.exe#/jabba.exe"
            }
        }
    }
}
