2023-02-08 20:29:58 +00:00

22 lines
708 B
JSON

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