ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-03-30 20:25:24 +00:00

41 lines
1.6 KiB
JSON

{
"version": "6.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/6.1.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"65e9d2978bebb5bcfc82173136af6bd3c66008df0047d596d6f0551e01e7ce24",
"4a3bbc01e08a73da3317f670fddba882246a93573fc047d6c6d51b9a8116c80f",
"a1a6d096cefb0b7d87fce08e479ab7e74a35b1d251fab5152f0133364f7a2d2e"
]
}
},
"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"
]
}
}
}
}