Update macOS installer to XZ 5.2.3 (#4718)
This commit is contained in:
parent
24e046987b
commit
e6f8a7378d
|
@ -270,9 +270,9 @@ def library_recipes():
|
||||||
if PYTHON_3:
|
if PYTHON_3:
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="XZ 5.2.2",
|
name="XZ 5.2.3",
|
||||||
url="http://tukaani.org/xz/xz-5.2.2.tar.gz",
|
url="http://tukaani.org/xz/xz-5.2.3.tar.gz",
|
||||||
checksum='7cf6a8544a7dae8e8106fdf7addfa28c',
|
checksum='ef68674fb47a8b8e741b34e429d86e9d',
|
||||||
configure_pre=[
|
configure_pre=[
|
||||||
'--disable-dependency-tracking',
|
'--disable-dependency-tracking',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue