Commit e6f8a737 authored by Ned Deily's avatar Ned Deily Committed by GitHub

Update macOS installer to XZ 5.2.3 (#4718)

parent 24e04698
......@@ -270,9 +270,9 @@ def library_recipes():
if PYTHON_3:
result.extend([
dict(
name="XZ 5.2.2",
url="http://tukaani.org/xz/xz-5.2.2.tar.gz",
checksum='7cf6a8544a7dae8e8106fdf7addfa28c',
name="XZ 5.2.3",
url="http://tukaani.org/xz/xz-5.2.3.tar.gz",
checksum='ef68674fb47a8b8e741b34e429d86e9d',
configure_pre=[
'--disable-dependency-tracking',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment