2024-03-13 20:24:15 +00:00

22 lines
708 B
JSON

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