ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-01-10 16:44:48 +00:00

41 lines
1.6 KiB
JSON

{
"version": "6.0.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/6.0.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.0.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.0.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"b5da47fb9746f3966eed4920fac9325ef7fc5712daafa43648512c3497bdb86f",
"4f5663fd6b8be4887599af1bfae279797ccf6ec1f994e61b5c2651a7676d0803",
"03a98e705a2e0d0a2e27bd4a6d795f7a8ced18af55d390a877812c1c9f170f4b"
]
}
},
"bin": [
"buildifier.exe",
"buildozer.exe",
"unused_deps.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/bazelbuild/buildtools/releases/download/$version/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/$version/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/$version/unused_deps-windows-amd64.exe#/unused_deps.exe"
]
}
}
}
}