mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
bazel: Update to version 0.19.2
This commit is contained in:
parent
6119a126f8
commit
5dc56db91b
18
bazel.json
18
bazel.json
@ -1,23 +1,17 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://bazel.build",
|
"homepage": "https://bazel.build",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": "bazel.exe",
|
"bin": "bazel.exe",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"MSYS2": [
|
"MSYS2": "msys2",
|
||||||
"msys2"
|
"Python27": "versions/python27",
|
||||||
],
|
"curl": "curl"
|
||||||
"Python27": [
|
|
||||||
"versions/python27"
|
|
||||||
],
|
|
||||||
"curl": [
|
|
||||||
"curl"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/bazelbuild/bazel/releases/download/0.19.1/bazel-0.19.1-windows-x86_64.zip",
|
"url": "https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-windows-x86_64.zip",
|
||||||
"hash": "ec413372d342f25991286e9dba011219495c97a9adc0f867c4c6b8a3261696db"
|
"hash": "64b14350ed0de786a68aea2d1f9651904404e247e91b79609ed78fc8ae390845"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user