2020-07-14 16:12:27 +02:00

36 lines
1.0 KiB
JSON

{
"version": "3.4.1",
"description": "A fast, scalable, multi-language and extensible build system",
"homepage": "https://bazel.build",
"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.4.1/bazel-3.4.1-windows-x86_64.zip",
"hash": "a12ffd1eb5bb0db7c85adf8e2a9dac56613801bbf5bb72ef98aaf0178aeb9781"
}
},
"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"
}
}