We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af81b commit b0fee23Copy full SHA for b0fee23
pythonbuild/downloads.py
@@ -184,10 +184,10 @@
184
'version': '1.8.2',
185
},
186
'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',
+ 'url': 'https://www.openssl.org/source/openssl-1.1.1b.tar.gz',
+ 'size': 8213737,
+ 'sha256': '5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b',
+ 'version': '1.1.1b',
191
192
'openssl-windows-bin': {
193
'url': 'https://github.com/python/cpython-bin-deps/archive/openssl-bin-1.1.0j.tar.gz',
0 commit comments