mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://bazel.build",
|
|
"description": "A fast, scalable, multi-language and extensible build system",
|
|
"version": "3.1.0",
|
|
"license": "Apache-2.0",
|
|
"bin": "bazel.exe",
|
|
"suggest": {
|
|
"MSYS2": "msys2",
|
|
"Python27": "versions/python27",
|
|
"curl": "curl"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-windows-x86_64.zip",
|
|
"hash": "bd7b5b3cdc31f2672e7c0df8dd684ef8e0282ac6fc575c852540b8fed0ecb5fc"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/bazelbuild/bazel"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bazelbuild/bazel/releases/download/$version/bazel-$version-windows-x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "$url.sha256"
|
|
}
|
|
},
|
|
"env_set": {
|
|
"BAZEL_SH": "$(appdir msys2 $global)\\current\\usr\\bin\\bash.exe"
|
|
}
|
|
}
|