ScoopInstaller_Main/bucket/bazel-buildtools.json
2025-01-15 16:30:09 +00:00

41 lines
1.7 KiB
JSON

{
"version": "8.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/v8.0.1/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/unused_deps-windows-amd64.exe#/unused_deps.exe"
],
"hash": [
"6edc9247e6d42d27fb67b9509bb795d159a12468faa89e9f290dcadc26571c31",
"3b51ae3dd0221eb9d43614206f0886ea36d78e6bb4f8dea69f7bc4cc285d1f15",
"2ae9f1c3eca9daf4211e61bb1fd7fb43c529848410f53b444e9d1ec84fcd7192"
]
}
},
"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"
]
}
}
}
}