bazel: Update to version 1.0.0

This commit is contained in:
Richard Kuhnt 2019-10-10 11:00:21 +00:00
parent c3ace890ed
commit 4d0566db03

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.29.1", "version": "1.0.0",
"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.29.1/bazel-0.29.1-windows-x86_64.zip", "url": "https://github.com/bazelbuild/bazel/releases/download/1.0.0/bazel-1.0.0-windows-x86_64.zip",
"hash": "c9e6a43fe49121b204f1d4cbab3030e2e2888198442a8d8cf90432f4b63dc2b8" "hash": "8664a3ef719385fb77ff5cd749846697190a99b7dea20047f5653d5a186586b9"
} }
}, },
"checkver": { "checkver": {