ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-01-31 20:27:23 +00:00

41 lines
1.6 KiB
JSON

{
"version": "6.0.1",
"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.0.1/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.0.1/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.0.1/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"d34b75a4ca6d5ddce0aff19ccb50c805f49c7760df8456368504d4ff45f43d46",
"371f7bde60db3f2d7f414fdd2dcd4de28cae6c2c65a0c88a5a82b143af642fbe",
"9e0f5b36264999e30ab8da8c58fa910dfdc6ff64f12e2e1c07cdd7b9b5efa265"
]
}
},
"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"
]
}
}
}
}