2024-11-14 20:28:48 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.31.92",
"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.31.92/bicep-win-arm64.exe#/bicep.exe",
"hash": "7401ec991605c838cd2152558e2f6d577bbdee6ea75b545e2330554e1c8e6f21"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.31.92/bicep-win-x64.exe#/bicep.exe",
"hash": "2368a5893e31dbf499f491392b3b038cb7d8dfb8ecd498e28a3001f84811963b"
}
},
"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"
}
}
}
}