ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-04-26 20:25:19 +00:00

41 lines
1.6 KiB
JSON

{
"version": "6.1.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.1.1/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.1/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.1/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"5a79024cb03058a99c995f062afa74401733b30011b583f0c80507bec2c8fa37",
"95b7dbf6e01131450c57c5743935903b246fc44f16aca4c6d92ec03d13400a68",
"579450c763f0a192b3612631418a55c5a5667b8713059d7f9f76b5f76895244a"
]
}
},
"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"
]
}
}
}
}