2021-07-16 00:00:33 +00:00

22 lines
708 B
JSON

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