diff options
author | Ned Deily <nad@acm.org> | 2015-07-24 23:24:47 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-24 23:24:47 (GMT) |
commit | 71f70b8f1a87ee3fc2750776eb24d8c906884f84 (patch) | |
tree | 62b01735c4ee1087d87193cbfb76911842d8dc60 /Mac/BuildScript/build-installer.py | |
parent | c3f417dc47b3a9564608c98cd176c530d9ebdf09 (diff) | |
parent | f05b79dbd286f6723ee717c31766c97551e4e34d (diff) | |
download | cpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.zip cpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.tar.gz cpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.tar.bz2 |
Issue #24603: merge from 3.4
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 46ce84f..54abd67 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.2c", - url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz", - checksum='8c8d81a9ae7005276e486702edbcd4b6', + name="OpenSSL 1.0.2d", + url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz", + checksum='38dd619b2e77cbac69b99f52a053d25a', patches=[ "openssl_sdk_makedepend.patch", ], |