mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.38.5",
|
|
"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.5/bicep-win-arm64.exe#/bicep.exe",
|
|
"hash": "c736dec53fde795ccd4af0211a00bab1399befdc34736282a9bdfbce64a5a0a3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.38.5/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "30b3cc38e522fd4631bb89022bdd941ef1eda8577da23d0a3fd2a61a40cf5ed9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|