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 14821db commit a27af71Copy full SHA for a27af71
pythonbuild/downloads.py
@@ -250,10 +250,10 @@
250
# using the latest available.
251
# Remember to update OPENSSL_VERSION_INFO in verify_distribution.py whenever upgrading.
252
"openssl-3.0": {
253
- "url": "https://www.openssl.org/source/openssl-3.0.14.tar.gz",
254
- "size": 15305497,
255
- "sha256": "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca",
256
- "version": "3.0.14",
+ "url": "https://www.openssl.org/source/openssl-3.0.15.tar.gz",
+ "size": 15318633,
+ "sha256": "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533",
+ "version": "3.0.15",
257
"library_names": ["crypto", "ssl"],
258
"licenses": ["Apache-2.0"],
259
"license_file": "LICENSE.openssl-3.txt",
0 commit comments