summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-31 23:54:17 (GMT)
committerNed Deily <nad@python.org>2016-10-31 23:54:17 (GMT)
commit1194234e663cf8b767000c63db68a98bbd259ec3 (patch)
treed0143106010660d13ef42ccff1dfe669a34c8b46 /Mac/BuildScript/build-installer.py
parent473ce1d3e3d8794e0b6f540298127e26083fb521 (diff)
parent38adbfa71079f03747ac59f8eb848ab43fad753d (diff)
downloadcpython-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-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 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",
],