From 05bb81071ad734fd5a107f8b03bc9b2475d7d682 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Fri, 15 Nov 2019 23:40:43 -0800 Subject: [PATCH] Release 7.67.0 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d24e227..a62f52b 100755 --- a/build.sh +++ b/build.sh @@ -11,8 +11,8 @@ ######################################## OPENSSL="1.1.1d" # https://www.openssl.org/source/ -LIBCURL="7.66.0" # https://curl.haxx.se/download.html -NGHTTP2="1.39.2" # https://nghttp2.org/ +LIBCURL="7.67.0" # https://curl.haxx.se/download.html +NGHTTP2="1.40.0" # https://nghttp2.org/ ########################################