ScoopInstaller_Main/bucket/bazel-buildtools.json
2024-05-23 16:29:45 +00:00

41 lines
1.7 KiB
JSON

{
"version": "7.1.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/v7.1.2/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v7.1.2/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v7.1.2/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"a8331515019d8d3e01baa1c76fda19e8e6e3e05532d4b0bce759bd759d0cafb7",
"3a650e10f07787760889d7e5694924d881265ae2384499fd59ada7c39c02366e",
"25cbd76f8046ebcc2eb732e7fe4da65de89f18e17dd9e8fef46056e6b20eb937"
]
}
},
"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"
]
}
}
}
}