2022-05-03 20:28:15 +00:00

22 lines
704 B
JSON

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