bazel: Update to version 0.25.1

This commit is contained in:
Richard Kuhnt 2019-05-07 19:00:31 +00:00
parent ff61bf2b7f
commit cd197c2365

View File

@ -1,7 +1,7 @@
{ {
"homepage": "https://bazel.build", "homepage": "https://bazel.build",
"description": "A fast, scalable, multi-language and extensible build system", "description": "A fast, scalable, multi-language and extensible build system",
"version": "0.25.0", "version": "0.25.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": "bazel.exe", "bin": "bazel.exe",
"suggest": { "suggest": {
@ -11,8 +11,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bazelbuild/bazel/releases/download/0.25.0/bazel-0.25.0-windows-x86_64.zip", "url": "https://github.com/bazelbuild/bazel/releases/download/0.25.1/bazel-0.25.1-windows-x86_64.zip",
"hash": "16da23bd399d8510bc78d99489ffee167029a7eb29cea6667942c038efab70f7" "hash": "495b011a57b187036ac6725f612c5ba4d1707f333bf060986a304c6b713a1682"
} }
}, },
"checkver": { "checkver": {