Skip to content

Commit a6ef7a9

Browse files
committed
chore: bump to bsdtar-prebuilt 3.7.2-1 binaries for linux and darwin (#819)
1 parent 036d1fd commit a6ef7a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/private/tar_toolchain.bzl

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ BSDTAR_PLATFORMS = {
3636

3737
BSDTAR_PREBUILT = {
3838
"darwin_amd64": (
39-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2/tar_darwin_amd64",
40-
"a3bd0e7be92bcddcb70341f1efc48c29ef99b3ad57349b433e9a3182b68cb0c1",
39+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2-1/tar_darwin_amd64",
40+
"97bec05ebdfeb313de611b66c0f4b13e0df743de9677efb93fe0c725eb44a1fd",
4141
),
4242
"darwin_arm64": (
43-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2/tar_darwin_arm64",
44-
"63ee769e2d870d1ed3542e292c919dc8a3934544d17b2de34213c18c41c5437f",
43+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2-1/tar_darwin_arm64",
44+
"9ba145c271c5377f41106e5351d9a280593d05a2ac42ad1bf52ee106c93eec94",
4545
),
4646
"linux_amd64": (
47-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2/tar_linux_amd64",
48-
"d40582e64aace892e2f9588045edc5e67023ca3371cd575e7043b0c2a08205b4",
47+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2-1/tar_linux_amd64",
48+
"897fed4cf66aecccc25ae55dbe725440ae520471deca3a72e29a1eecef02feec",
4949
),
5050
"linux_arm64": (
51-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2/tar_linux_arm64",
52-
"e2527be38499e94e021c7c02476b4cff8083313d38c85bdf46fc5751d31d32aa",
51+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.2-1/tar_linux_arm64",
52+
"745199d4314fc526772f450fb718ff116e4adb6de772c3d7da90e81a095fbcbe",
5353
),
5454
"windows_amd64": (
5555
"https://github.com/libarchive/libarchive/releases/download/v3.7.2/libarchive-v3.7.2-amd64.zip",

0 commit comments

Comments
 (0)