Skip to content

Commit 3e41ae5

Browse files
committed
Update macOS installer to XZ 5.8.1
1 parent a17c57e commit 3e41ae5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ def library_recipes():
314314
if PYTHON_3:
315315
result.extend([
316316
dict(
317-
name="XZ 5.2.3",
318-
url="http://tukaani.org/xz/xz-5.2.3.tar.gz",
319-
checksum='ef68674fb47a8b8e741b34e429d86e9d',
317+
name="XZ 5.8.1",
318+
url="https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.gz",
319+
checksum='209cb25608ab0841f68df4d50d0faa22',
320320
configure_pre=[
321321
'--disable-dependency-tracking',
322322
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to XZ 5.8.1.

0 commit comments

Comments
 (0)