ScoopInstaller_Main/bucket/bazel-buildtools.json
2023-08-17 12:31:20 +00:00

41 lines
1.7 KiB
JSON

{
"version": "6.3.2",
"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/v6.3.2/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v6.3.2/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v6.3.2/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"291aa9d8af5123cef5b7d6ec685eecde03680e40b9ab794b8405a4d11c8544d8",
"d08aa55ec34aff5297d86a3c6d5d9dd0ba1ab0f0b8558b7173eee718a2e70365",
"aca9d3bf3e5c41898e44900067ceff50f0a8add8910898ff0fc07f3367131e71"
]
}
},
"bin": [
"buildifier.exe",
"buildozer.exe",
"unused_deps.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/bazelbuild/buildtools/releases/download/v$version/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v$version/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v$version/unused_deps-windows-amd64.exe#/unused_deps.exe"
]
}
}
}
}