mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 20:11:20 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://bazel.build",
|
|
"version": "0.16.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.16.1/bazel-0.16.1-windows-x86_64.zip",
|
|
"hash": "47f9a7f70801f731727412a8b80ab6b350e9302f61b4d70dee8d9479647d7917"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|