ScoopInstaller_Main/bucket/bazel-buildtools.json
2024-03-26 17:09:16 +00:00

41 lines
1.7 KiB
JSON

{
"version": "7.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/v7.1.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v7.1.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v7.1.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"3380d12a4c77a6b0015ea2850210a431144a79dbcb429c6e4537dbb4cd2ffbba",
"0665eb97b10d78ff80d06c8df51a4b6e8484be79716687cecb96a89f3a535b30",
"7ad36cae86efc618532da585fd373a8b2847e944571baee397cd871617559077"
]
}
},
"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"
]
}
}
}
}