2021-12-16 00:32:25 +00:00

22 lines
710 B
JSON

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