2025-10-06 20:29:01 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.38.33",
"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.38.33/bicep-win-arm64.exe#/bicep.exe",
"hash": "97f217ff2c0a66874fbce88b92ebaf2dad31c8936c6c489d1016ba5cbc41a4f3"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.38.33/bicep-win-x64.exe#/bicep.exe",
"hash": "3ea45f7bf40420aeba35d7da86add703764c8232582e0bc264b4302d59ffe5ce"
}
},
"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"
}
}
}
}