2022-05-13 20:29:41 +00:00

22 lines
706 B
JSON

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