mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://bazel.build",
|
|
"version": "0.15.1",
|
|
"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/0.15.1/bazel-0.15.1-windows-x86_64.zip",
|
|
"hash": "50467bfbe24b49189531ea5f24ca9e4cf9ca5b339fdb7c2bbe8eaf517f587492"
|
|
}
|
|
},
|
|
"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)\\current\\usr\\bin\\bash.exe"
|
|
}
|
|
}
|