From 5b3be1dc95407b35d361c2a9f6bfb752cc295264 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Feb 2022 11:51:29 +0100 Subject: [PATCH] scripts/download_nghttp2.sh: clone 1.58.0 Bump to the latest version --- scripts/download_nghttp2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_nghttp2.sh b/scripts/download_nghttp2.sh index 23b536885..dafd778d0 100755 --- a/scripts/download_nghttp2.sh +++ b/scripts/download_nghttp2.sh @@ -4,4 +4,4 @@ set -ex # Clone the repository to the specified directory. -git clone --branch v1.41.0 https://github.com/nghttp2/nghttp2 $1 +git clone --branch v1.58.0 https://github.com/nghttp2/nghttp2 $1