{
    "version": "0.14.0",
    "description": "Gradle/Maven wrapper",
    "homepage": "https://github.com/kordamp/gm",
    "license": {
        "identifier": "Apache-2.0",
        "url": "https://github.com/kordamp/gm/blob/HEAD/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/kordamp/gm/releases/download/v0.14.0/gm-0.14.0-windows-amd64.zip",
            "hash": "sha512:4a49a4e6626390f7440b19dec01c4d880576ff0c2947e15c5c9eae81d7be5e79c4ffe9f84f3aedbbf05487ef94ab65ae0a568fcea51e6abe4e47161551023c76",
            "extract_dir": "gm-0.14.0-windows-amd64"
        },
        "arm64": {
            "url": "https://github.com/kordamp/gm/releases/download/v0.14.0/gm-0.14.0-windows-arm64.zip",
            "hash": "sha512:9e2ef825395ce0dc64411def6bc274e83f2aec444c10ab54dc5e45bd47353f1be00bccc597ae7083af9023b588cece0fef5c64229bc42774fd394af69f0645fa",
            "extract_dir": "gm-0.14.0-windows-arm64"
        }
    },
    "bin": "bin\\gm.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kordamp/gm/releases/download/v$version/gm-$version-windows-amd64.zip",
                "extract_dir": "gm-$version-windows-amd64"
            },
            "arm64": {
                "url": "https://github.com/kordamp/gm/releases/download/v$version/gm-$version-windows-arm64.zip",
                "extract_dir": "gm-$version-windows-arm64"
            }
        },
        "hash": {
            "url": "$baseurl/checksums_sha512.txt"
        }
    }
}
