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 886cc69 commit f3b0115Copy full SHA for f3b0115
pythonbuild/downloads.py
@@ -228,10 +228,10 @@
228
# using the latest available.
229
# Remember to update OPENSSL_VERSION_INFO in verify_distribution.py whenever upgrading.
230
"openssl-3.0": {
231
- "url": "https://www.openssl.org/source/openssl-3.0.10.tar.gz",
232
- "size": 15194904,
233
- "sha256": "1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323",
234
- "version": "3.0.10",
+ "url": "https://www.openssl.org/source/openssl-3.0.11.tar.gz",
+ "size": 15198318,
+ "sha256": "b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55",
+ "version": "3.0.11",
235
"library_names": ["crypto", "ssl"],
236
"licenses": ["Apache-2.0"],
237
"license_file": "LICENSE.openssl-3.txt",
0 commit comments