bazel-buildtools: Update to version 6.1.2 (#4759)

This commit is contained in:
StarsbySea 2023-05-05 02:32:53 +08:00 committed by GitHub
parent e037a22155
commit ab84e097ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "6.1.1", "version": "6.1.2",
"description": "Developer tools for working with Google's bazel buildtool.", "description": "Developer tools for working with Google's bazel buildtool.",
"homepage": "https://github.com/bazelbuild/buildtools", "homepage": "https://github.com/bazelbuild/buildtools",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,14 +9,14 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/bazelbuild/buildtools/releases/download/6.1.1/buildifier-windows-amd64.exe#/buildifier.exe", "https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/buildifier-windows-amd64.exe#/buildifier.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.1/buildozer-windows-amd64.exe#/buildozer.exe", "https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/6.1.1/unused_deps-windows-amd64.exe#/unused_deps.exe" "https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/unused_deps-windows-amd64.exe#/unused_deps.exe"
], ],
"hash": [ "hash": [
"5a79024cb03058a99c995f062afa74401733b30011b583f0c80507bec2c8fa37", "92bdd284fbc6766fc3e300b434ff9e68ac4d76a06cb29d1bdefe79a102a8d135",
"95b7dbf6e01131450c57c5743935903b246fc44f16aca4c6d92ec03d13400a68", "07664d5d08ee099f069cd654070cabf2708efaae9f52dc83921fa400c67a868b",
"579450c763f0a192b3612631418a55c5a5667b8713059d7f9f76b5f76895244a" "929dbcd155b05b34f8a088c88358e78aaf3dab3e753a32fdf233a80fda085101"
] ]
} }
}, },
@ -30,9 +30,9 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/bazelbuild/buildtools/releases/download/$version/buildifier-windows-amd64.exe#/buildifier.exe", "https://github.com/bazelbuild/buildtools/releases/download/v$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/v$version/buildozer-windows-amd64.exe#/buildozer.exe",
"https://github.com/bazelbuild/buildtools/releases/download/$version/unused_deps-windows-amd64.exe#/unused_deps.exe" "https://github.com/bazelbuild/buildtools/releases/download/v$version/unused_deps-windows-amd64.exe#/unused_deps.exe"
] ]
} }
} }