Skip to content

Commit b0fee23

Browse files
committed
pythonbuild: upgrade OpenSSL to 1.1.1b
1 parent 28af81b commit b0fee23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@
184184
'version': '1.8.2',
185185
},
186186
'openssl': {
187-
'url': 'https://www.openssl.org/source/openssl-1.1.1a.tar.gz',
188-
'size': 8350547,
189-
'sha256': 'fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41',
190-
'version': '1.1.1a',
187+
'url': 'https://www.openssl.org/source/openssl-1.1.1b.tar.gz',
188+
'size': 8213737,
189+
'sha256': '5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b',
190+
'version': '1.1.1b',
191191
},
192192
'openssl-windows-bin': {
193193
'url': 'https://github.com/python/cpython-bin-deps/archive/openssl-bin-1.1.0j.tar.gz',

0 commit comments

Comments
 (0)