2022-05-11 20:28:53 +00:00

22 lines
706 B
JSON

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