Skip to content

Commit e6f8a73

Browse files
authored
Update macOS installer to XZ 5.2.3 (#4718)
1 parent 24e0469 commit e6f8a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ def library_recipes():
270270
if PYTHON_3:
271271
result.extend([
272272
dict(
273-
name="XZ 5.2.2",
274-
url="http://tukaani.org/xz/xz-5.2.2.tar.gz",
275-
checksum='7cf6a8544a7dae8e8106fdf7addfa28c',
273+
name="XZ 5.2.3",
274+
url="http://tukaani.org/xz/xz-5.2.3.tar.gz",
275+
checksum='ef68674fb47a8b8e741b34e429d86e9d',
276276
configure_pre=[
277277
'--disable-dependency-tracking',
278278
]

0 commit comments

Comments
 (0)