Skip to content

Commit

Permalink
scripts/download_nghttp2.sh: clone 1.58.0
Browse files Browse the repository at this point in the history
Bump to the latest version
  • Loading branch information
bagder committed Dec 14, 2023
1 parent 1260cc6 commit 7bf2bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_nghttp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7bf2bcc

Please sign in to comment.