{
    "version": "1.17.2",
    "description": "A make/rake-like build tool for Go",
    "homepage": "https://magefile.org",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/magefile/mage/releases/download/v1.17.2/mage_1.17.2_Windows-64bit.zip",
            "hash": "970bc6efa76d6dc7285098a7033f4e6c83c18dc02f80548ae8de8dc5586e0445"
        }
    },
    "bin": "mage.exe",
    "checkver": {
        "github": "https://github.com/magefile/mage"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip"
            }
        },
        "hash": {
            "url": "$baseurl/mage_$version_checksums.txt"
        }
    }
}
