mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.35.1",
|
|
"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.35.1/bicep-win-arm64.exe#/bicep.exe",
|
|
"hash": "33ee2d6ea23defdc9e2a0251ec49883762bc9d4c868c42236b98b59ea2fbebba"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/bicep/releases/download/v0.35.1/bicep-win-x64.exe#/bicep.exe",
|
|
"hash": "24e8855c26c9c35caaa1a0dccae98a9d2f68bda09275bf03f4b237f403740a7b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|