We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e25d commit c6cfa84Copy full SHA for c6cfa84
Mac/BuildScript/build-installer.py
@@ -246,9 +246,9 @@ def library_recipes():
246
247
result.extend([
248
dict(
249
- name="OpenSSL 1.1.1u",
250
- url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
251
- checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
+ name="OpenSSL 3.0.9",
+ url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
+ checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
252
buildrecipe=build_universal_openssl,
253
configure=None,
254
install=None,
0 commit comments