{
    "version": "0.43.1",
    "description": "A declarative language for describing and deploying Azure resources",
    "homepage": "https://github.com/Azure/bicep",
    "license": "MIT",
    "architecture": {
        "arm64": {
            "url": "https://github.com/Azure/bicep/releases/download/v0.43.1/bicep-win-arm64.exe#/bicep.exe",
            "hash": "5c1729c5f8a428a22abe98e27d1c745ee0149fd9a1f2132193e4d55d9cdccc52"
        },
        "64bit": {
            "url": "https://github.com/Azure/bicep/releases/download/v0.43.1/bicep-win-x64.exe#/bicep.exe",
            "hash": "22928f771437fefcc47887c212b79b8b0b2c0c124ebcbf2f4c88209edd9b26bc"
        }
    },
    "bin": "bicep.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "arm64": {
                "url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-arm64.exe#/bicep.exe"
            },
            "64bit": {
                "url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
            }
        }
    }
}
