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 b062150 commit 5b3be1d
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 5b3be1d

Please sign in to comment.