diff options
author | Ned Deily <nad@python.org> | 2016-10-31 23:54:17 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-10-31 23:54:17 (GMT) |
commit | 1194234e663cf8b767000c63db68a98bbd259ec3 (patch) | |
tree | d0143106010660d13ef42ccff1dfe669a34c8b46 /Mac/BuildScript/build-installer.py | |
parent | 473ce1d3e3d8794e0b6f540298127e26083fb521 (diff) | |
parent | 38adbfa71079f03747ac59f8eb848ab43fad753d (diff) | |
download | cpython-1194234e663cf8b767000c63db68a98bbd259ec3.zip cpython-1194234e663cf8b767000c63db68a98bbd259ec3.tar.gz cpython-1194234e663cf8b767000c63db68a98bbd259ec3.tar.bz2 |
Issue #28248: merge from 3.5
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-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 aafccfd..8dfd092 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -213,9 +213,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2h", - url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz", - checksum='9392e65072ce4b614c1392eefc1f23d0', + name="OpenSSL 1.0.2j", + url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz", + checksum='96322138f0b69e61b7212bc53d5e912b', patches=[ "openssl_sdk_makedepend.patch", ], |