2024-07-19 00:35:04 +00:00

22 lines
708 B
JSON

{
"version": "0.29.45",
"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.29.45/bicep-win-x64.exe#/bicep.exe",
"hash": "96d05bf6b21fcf492fa02f13bcb3a4cf5aa09e98fbc87c92aef8125966735662"
}
},
"bin": "bicep.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
}
}
}
}