mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.36.177",
|
|
"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.36.177/bicep-win-arm64.exe#/bicep.exe",
|
|
"hash": "753c4203636d18032616129f0fad161e6b6badc213723e4c9dad7a4fbb3cff28"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.36.177/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "3b3667c9d2dd5e489335880feb26f109369b77c3a1569e6698c8b8b2d9d7b593"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|