diff options
author | Ned Deily <nad@acm.org> | 2015-12-06 04:57:55 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-12-06 04:57:55 (GMT) |
commit | 7da28d29d6bd4d4e098956fc6940779aae015274 (patch) | |
tree | d5ce2cc68547f05a7f12f695eb6980691811bd2c /Mac/BuildScript/build-installer.py | |
parent | c85110658bb60431326730d9f8c37be961cde2e3 (diff) | |
parent | 8d5d4664dc27a636af08ca4dda4614e453606d19 (diff) | |
download | cpython-7da28d29d6bd4d4e098956fc6940779aae015274.zip cpython-7da28d29d6bd4d4e098956fc6940779aae015274.tar.gz cpython-7da28d29d6bd4d4e098956fc6940779aae015274.tar.bz2 |
Issue #25798: 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 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", ], |