ScoopInstaller_Main/bucket/bazel-buildtools.json
2025-02-05 16:31:05 +00:00

41 lines
1.7 KiB
JSON

{
"version": "8.0.3",
"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/v8.0.3/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"63a242f57e253efe7b9573d739c08a3d0e628efd84015c8dad17d87b6429e443",
"5ba106b25230e0e321b7259bee325ae6fa5b5771e54163ad865b1d18856f59ca",
"54940e2d94bca61ad4def638fba20358092f184bd0207a2f5fdd2d09dc96f108"
]
}
},
"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"
]
}
}
}
}