mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
41 lines
1.7 KiB
JSON
41 lines
1.7 KiB
JSON
{
|
|
"version": "8.0.0",
|
|
"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.0/buildifier-windows-amd64.exe#/buildifier.exe",
|
|
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildozer-windows-amd64.exe#/buildozer.exe",
|
|
"https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/unused_deps-windows-amd64.exe#/unused_deps.exe"
|
|
],
|
|
"hash": [
|
|
"bbd11c7e68a985bcb14d1852f6855748dc1c6d98f9ad904d9d52381aee983a63",
|
|
"d4b571004dee5e34d1aa44a6d7f37102ba4de310163648289dfeb6b468048f58",
|
|
"9fa146fad5c189248c4f8358ab814d11e41c4d8db32d543cffb902383623ee19"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|