2025-11-18 00:40:50 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.39.26",
"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.39.26/bicep-win-arm64.exe#/bicep.exe",
"hash": "3d4fc4fb58b23266c4465625500d5012c59571792c38e0fdb1f1f2370dff8927"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.39.26/bicep-win-x64.exe#/bicep.exe",
"hash": "c8987f2e7a55012f52111124e494963e71815961a7f7a3a7767e188dfba7d74b"
}
},
"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"
}
}
}
}