2021-06-01 22:00:02 -07:00

22 lines
704 B
JSON

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