ScoopInstaller_Main/bucket/bazel-buildtools.json
2025-06-10 16:30:53 +00:00

41 lines
1.7 KiB
JSON

{
"version": "8.2.1",
"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.2.1/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.2.1/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.2.1/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"802104da0bcda0424a397ac5be0004c372665a70289a6d5146e652ee497c0dc6",
"6e3b8520904394adc31a610544fc2f86609c0433e39ae3a5b5f992e20dabb0d3",
"fa4cc9e4eff47b165513681dbd763afd444071add1c79c046128ef5cd497c15e"
]
}
},
"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"
]
}
}
}
}