mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
706 B
JSON
22 lines
706 B
JSON
{
|
|
"version": "0.17.1",
|
|
"description": "A declarative language for describing and deploying Azure resources",
|
|
"homepage": "https://github.com/Azure/bicep",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.17.1/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "17325fd965a8564b91046abb5a5a2f49b3d4396a2387bd3db230d91849d80f79"
|
|
}
|
|
},
|
|
"bin": "bicep.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|