ScoopInstaller_Main/bucket/bazel-buildtools.json
2022-02-11 16:37:34 +00:00

41 lines
1.6 KiB
JSON

{
"version": "5.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/5.0.1/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"45e13b2951e4c611d346dacdaf0aafaa484045a3e7300fbc5dd01a896a688177",
"d60b505e738b97edd2c066f8d239337a5fb1cf4a300a436668e8f7ec3a1925a3",
"20ad2000d245902936056704f4660190238539d2ce4fe7b7d0e8a1990660c6cf"
]
}
},
"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"
]
}
}
}
}