bazel-buildtools: Add version 4.2.5 (#3185)

* Add bazel buildtools

* Simplify manifest

* add exe

Co-authored-by: Jalon Huang <jalon.huang@anker.com>
This commit is contained in:
Jalon 2022-01-14 17:26:12 +08:00 committed by GitHub
parent c9ae6391cd
commit 35157da839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,40 @@
{
"version": "4.2.5",
"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/4.2.5/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/4.2.5/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/4.2.5/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"4185a40d3154cacbe8b79f570b94e2c6f74fc9e317362b7d028c2e6c94edf9ba",
"2a9a7176cbd3b2f0ef989502128efbafd3b156ddabae93b9c979cd4017ffa300",
"77b092cd6aaaa1a57da3381bb7dcde3d9e5a8f7e74ff21a2b24ec722c765b9ed"
]
}
},
"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"
]
}
}
}
}