summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-04 22:55:20 -0500
committerGitHub <noreply@github.com>2017-12-04 22:55:20 -0500
commite6f8a7378d701823c6821217bf7ac8a540ab143b (patch)
tree5c6c7bcf88b170d37ee6ea354549a1f8af87f6df /Mac
parent24e046987b8e34bb4f1f3fd9bd31f1d605e347dc (diff)
downloadcpython-git-e6f8a7378d701823c6821217bf7ac8a540ab143b.tar.gz
Update macOS installer to XZ 5.2.3 (#4718)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index dbe5ffd104..cc6241f817 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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',
]