ScoopInstaller_Main/bucket/bazel-buildtools.json
2022-02-09 12:37:01 +00:00

41 lines
1.6 KiB
JSON

{
"version": "5.0.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.0.0/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.0.0/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.0.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"f6556f105930400bb922b25837c70e1f5e71865d79e1d4d590150b138cce7f49",
"c6cff6b7d5d1d8451647b834b164c9a6942ee6aa97a15bedf5f158f5fa28fe1a",
"fb83c09ac4c12b8f9e8e2d80de80de388ff195e2608da92f5155dbdf7a794186"
]
}
},
"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"
]
}
}
}
}