2024-09-25 00:35:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.30.23",
"description": "A declarative language for describing and deploying Azure resources",
"homepage": "https://github.com/Azure/bicep",
"license": "MIT",
"architecture": {
"arm64": {
"url": "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-win-arm64.exe#/bicep.exe",
"hash": "2b17b74e82366d061d9a800b005c45ce428f17bf43b0db70cf644a2c7acc6fcd"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-win-x64.exe#/bicep.exe",
"hash": "0a384b57320fb6aeb0318272d29cc8ae741b5b9d5b499fc004b3761e7911d3e9"
}
},
"bin": "bicep.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"arm64": {
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-arm64.exe#/bicep.exe"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
}
}
}
}