fix: pick up bsdtar windows fix (#942)

see https://github.com/aspect-build/bsdtar-prebuilt/pull/10
This commit is contained in:
Alex Eagle 2024-09-18 18:29:33 -07:00 committed by GitHub
parent 716af223c2
commit c5f65e8890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ BSDTAR_PREBUILT = {
"aa760c25a5445320bb3cde06e60c99ebc95fb29f330af0212bd099dd24e1cc54", "aa760c25a5445320bb3cde06e60c99ebc95fb29f330af0212bd099dd24e1cc54",
), ),
"windows_amd64": ( "windows_amd64": (
"https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5/tar_windows_amd64.exe", "https://github.com/aspect-build/bsdtar-prebuilt/releases/download/v3.7.5-1/tar_windows_x86_64.exe",
"80c109b9477ed44e9f8626cd9d8a635c8761c4506030c91f46b289798c7a22b6", "2650c428fbe37276d4ffa3386d55b69f06fb4611e25ff05db5f011c389c3e952",
), ),
} }