2021-06-05 00:19:52 -07:00

22 lines
706 B
JSON

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