2025-01-23 20:27:40 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.33.13",
"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.33.13/bicep-win-arm64.exe#/bicep.exe",
"hash": "1a6c67641351bbe5eb006c5c487bc6ef4494489dc9ba2414be36e9b3a71751d6"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.33.13/bicep-win-x64.exe#/bicep.exe",
"hash": "aad697c87651a4532df16078b009d60d2fe45f9de7b0541e4a6b1df8b4ccc400"
}
},
"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"
}
}
}
}