diff options
author | Ned Deily <nad@python.org> | 2017-12-05 03:55:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 03:55:20 (GMT) |
commit | e6f8a7378d701823c6821217bf7ac8a540ab143b (patch) | |
tree | 5c6c7bcf88b170d37ee6ea354549a1f8af87f6df /Mac/BuildScript | |
parent | 24e046987b8e34bb4f1f3fd9bd31f1d605e347dc (diff) | |
download | cpython-e6f8a7378d701823c6821217bf7ac8a540ab143b.zip cpython-e6f8a7378d701823c6821217bf7ac8a540ab143b.tar.gz cpython-e6f8a7378d701823c6821217bf7ac8a540ab143b.tar.bz2 |
Update macOS installer to XZ 5.2.3 (#4718)
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index dbe5ffd..cc6241f 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', ] |