ScoopInstaller_Main/bucket/bazel-buildtools.json
2025-01-30 16:30:51 +00:00

41 lines
1.7 KiB
JSON

{
"version": "8.0.2",
"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.2/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.2/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.2/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"577a56a8929ee17d663087202dd9f96ffc542aadb8730e98562d98b37b09a79b",
"f7c8259507ed7e12d42590036e1b23db1794105ac01f802e59d4b0e0e9340ca2",
"c603498a9dd6f3712373d85b9145a6c1f33c5a0f0d6ab701a2649af8121ffb6f"
]
}
},
"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"
]
}
}
}
}