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 6cb186e commit 50ea195Copy full SHA for 50ea195
build.sh
@@ -6,13 +6,14 @@
6
# https://github.com/jasonacox/Build-OpenSSL-cURL
7
#
8
9
+# Ensure we stop if build failure occurs
10
set -e
11
12
################################################
13
# EDIT this section to Select Default Versions #
14
15
-OPENSSL="1.1.1p" # https://www.openssl.org/source/
16
+OPENSSL="1.1.1q" # https://www.openssl.org/source/
17
LIBCURL="7.84.0" # https://curl.haxx.se/download.html
18
NGHTTP2="1.48.0" # https://nghttp2.org/
19
0 commit comments