ScoopInstaller_Main/bazel.json
2018-06-26 13:00:22 +00:00

41 lines
1.0 KiB
JSON

{
"homepage": "https://bazel.build",
"version": "0.15.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/0.15.0/bazel-0.15.0-windows-x86_64.zip",
"hash": "d10e94fe7d74038e5a9f3b10cd4e6954cfe1553fe31f3299cda2f789b79bb1a7"
}
},
"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"
}
}