Skip to content

Commit

Permalink
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Mar 1, 2021
1 parent 0608425 commit 0242494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.1i",
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
checksum='08987c3cf125202e2b0840035efb392c',
name="OpenSSL 1.1.1j",
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
checksum='cccaa064ed860a2b4d1303811bf5c682',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer build to use OpenSSL 1.1.1j.

0 comments on commit 0242494

Please sign in to comment.