summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-12-06 04:55:33 (GMT)
committerNed Deily <nad@acm.org>2015-12-06 04:55:33 (GMT)
commit8d5d4664dc27a636af08ca4dda4614e453606d19 (patch)
tree1d5fdb00e12f23e2ec32257f84e1baf8fa45d4f0 /Mac/BuildScript/build-installer.py
parent0bb62b12a3a13486c29092b38081391487119223 (diff)
parent6364094f49da3dde1ba0906cdc5ae2199a0b98bc (diff)
downloadcpython-8d5d4664dc27a636af08ca4dda4614e453606d19.zip
cpython-8d5d4664dc27a636af08ca4dda4614e453606d19.tar.gz
cpython-8d5d4664dc27a636af08ca4dda4614e453606d19.tar.bz2
Issue #25798: merge from 3.4
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 e8a1126..8baa8c3 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -237,9 +237,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.0.2d",
- url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
- checksum='38dd619b2e77cbac69b99f52a053d25a',
+ name="OpenSSL 1.0.2e",
+ url="https://www.openssl.org/source/openssl-1.0.2e.tar.gz",
+ checksum='5262bfa25b60ed9de9f28d5d52d77fc5',
patches=[
"openssl_sdk_makedepend.patch",
],