mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 16:11:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.32.4",
|
|
"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.32.4/bicep-win-arm64.exe#/bicep.exe",
|
|
"hash": "dca098718fe2bfdb25dbceb9958db5ea2e960a92d514328e2c6ffcfed3c8181d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.32.4/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "40e2c843a0c19eae3cb52099a6032b9d82045181f7f1b6aef88ffd890ba904f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|