2024-02-13 00:32:49 +00:00

22 lines
708 B
JSON

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