ScoopInstaller_Main/bucket/bazel-buildtools.json
2022-04-16 12:30:53 +00:00

41 lines
1.6 KiB
JSON

{
"version": "5.1.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/5.1.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.1.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.1.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"2f039125e2fbef4c804e43dc11c71866cf444306ac6d0f5e38c592854458f425",
"d62bc159729fad9500fd20c7375e0ab53695376f1e358737af74bc1f03fb196b",
"b51c20646374ffabf9abb09b9483efa9baf1a4848a764b95aef2a1e9a9dfa3ba"
]
}
},
"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"
]
}
}
}
}