mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
22 lines
708 B
JSON
22 lines
708 B
JSON
{
|
|
"version": "0.12.40",
|
|
"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.12.40/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "bb3081fbbe3357832222303a562b11f68b8509df938bcf3f0b161b189c9a3a96"
|
|
}
|
|
},
|
|
"bin": "bicep.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|