Update macOS installer to XZ 5.2.3 (#4718)

This commit is contained in:
Ned Deily 2017-12-04 22:55:20 -05:00 committed by GitHub
parent 24e046987b
commit e6f8a7378d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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',
] ]