From 43cfba986a646c52c27ae3170c709cdc160b3c74 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 18 Sep 2024 17:48:27 -0700 Subject: [PATCH] fix: pick up bsdtar windows fix see https://github.com/aspect-build/bsdtar-prebuilt/pull/10 --- lib/private/tar_toolchain.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/private/tar_toolchain.bzl b/lib/private/tar_toolchain.bzl index 9b4c8c567..dd12eac4d 100644 --- a/lib/private/tar_toolchain.bzl +++ b/lib/private/tar_toolchain.bzl @@ -52,8 +52,8 @@ BSDTAR_PREBUILT = { "aa760c25a5445320bb3cde06e60c99ebc95fb29f330af0212bd099dd24e1cc54", ), "windows_amd64": ( - "https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5/tar_windows_amd64.exe", - "80c109b9477ed44e9f8626cd9d8a635c8761c4506030c91f46b289798c7a22b6", + "https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-1/tar_windows_x86_64.exe", + "2650c428fbe37276d4ffa3386d55b69f06fb4611e25ff05db5f011c389c3e952", ), }