2023-02-21 20:27:19 +00:00

22 lines
708 B
JSON

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