2022-09-09 04:49:39 +00:00

22 lines
708 B
JSON

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