ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-11-15 16:28:10 +00:00

41 lines
1.7 KiB
JSON

{
"version": "6.4.0",
"description": "Developer tools for working with Google's bazel buildtool.",
"homepage": "https://github.com/bazelbuild/buildtools",
"license": "Apache-2.0",
"suggest": {
"bazel": "bazel"
},
"architecture": {
"64bit": {
"url": [
"https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"da8372f35e34b65fb6d997844d041013bb841e55f58b54d596d35e49680fe13c",
"e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b",
"db8ceaffcda9200a5249815a5117cc3dec2fce0d2a46100c6e10b9dda667075e"
]
}
},
"bin": [
"buildifier.exe",
"buildozer.exe",
"unused_deps.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/bazelbuild/buildtools/releases/download/v$version/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v$version/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v$version/unused_deps-windows-amd64.exe#/unused_deps.exe"
]
}
}
}
}