2025-05-30 20:29:44 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.36.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.36.1/bicep-win-arm64.exe#/bicep.exe",
"hash": "c0eb07bb599fba143cdc52c6aded85a4ed092243fd099ffa88487f30c4feceb4"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.36.1/bicep-win-x64.exe#/bicep.exe",
"hash": "51969a02bfd7a948b0715b9ad15791386aa7d20aef0e8d1a49ffb46c8b7bc890"
}
},
"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"
}
}
}
}