Skip to content

Commit d042d56

Browse files
authored
chore(tar): update to latest bsdtar-prebuilt (#1009)
Has some windows fixes needed for rules_js
1 parent f067a4f commit d042d56

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lib/private/tar_toolchain.bzl

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ BSDTAR_PLATFORMS = {
3636

3737
BSDTAR_PREBUILT = {
3838
"darwin_amd64": (
39-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.4-4/tar_darwin_amd64",
40-
"a412e5a7b02979cee36dd6b05df62b8596e907c2d9b473786a5d9d5204a0b837",
39+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-2/tar_darwin_amd64",
40+
"8a7a526045b4f91cc750639039a23b30a17698afe9c7459b244b6a4902289dee",
4141
),
4242
"darwin_arm64": (
43-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.4-4/tar_darwin_arm64",
44-
"ad68a5f777d85032853883ee0d56ec8e26c01692e9ec843d82279d446214922b",
43+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-2/tar_darwin_arm64",
44+
"dcb1da3d6945e703a9e1a6b7a2c8b9098e14600643cc26d5c7670b78ccc9b215",
4545
),
4646
"linux_amd64": (
47-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.4-4/tar_linux_amd64",
48-
"9dba82030199b2660086e458fa6481cf73089ee5c47d216e647bb2a6b0fae792",
47+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-2/tar_linux_amd64",
48+
"91d1e47ccd0e99ec0cfdf0334725c0be6904eafd40d5b01b7482c063f246d83c",
4949
),
5050
"linux_arm64": (
51-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.4-4/tar_linux_arm64",
52-
"105f91ad792fce13030bd249d8f9a14fd7ceaf908e1caeb99685b0b1fac44be2",
51+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-2/tar_linux_arm64",
52+
"2bb6b5b2cb6b9b9eda0d8ab7cb1bd5c013e33a65470cba89b22efcabc497885b",
5353
),
5454
"windows_amd64": (
55-
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.4-4/tar_windows_x86_64.exe",
56-
"8ccb320816f5bd018b6fd073f466800534b885a37ace656b0b4e0aff01c8ce65",
55+
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-2/tar_windows_x86_64.exe",
56+
"1cb376b18dfaa81a4d0a1048119830e505ce3b319fe0cfb2ebae929543995157",
5757
),
5858
}
5959

0 commit comments

Comments
 (0)