2024-07-23 00:34:18 +00:00

22 lines
708 B
JSON

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