summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-17 18:39:46 +0200
committerMax Kellermann <max@musicpd.org>2021-05-17 18:42:05 +0200
commit7c09e44ad46b65765a0d63627ea203fca68825ff (patch)
tree9e327dd2e7e715efca6ca0a2cc4a502335c19279 /python
parent365b798f330aa5dd7680844bd94980943801f926 (diff)
python/build/libs.py: update OpenSSL to 3.0.0-alpha16
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index a4e3a8f1b..d3e50ab09 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -379,8 +379,8 @@ ffmpeg = FfmpegProject(
)
openssl = OpenSSLProject(
- 'https://www.openssl.org/source/openssl-3.0.0-alpha10.tar.gz',
- 'b1699acf2148db31f12edf5ebfdf12a92bfd3f0e60538d169710408a3cd3b138',
+ 'https://www.openssl.org/source/openssl-3.0.0-alpha16.tar.gz',
+ '08ce8244b59d75f40f91170dfcb012bf25309cdcb1fef9502e39d694f883d1d1',
'include/openssl/ossl_typ.h',
)