Skip to content

Commit b4c204b

Browse files
author
Jeff Whitaker
committed
redo
1 parent 886f187 commit b4c204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function build_curl2 {
4040

4141
function build_libnghttp2 {
4242
if [ -e libnghttp2-stamp ]; then return; fi
43-
fetch_unpack https://github.com/nghttp2/nghttp2/releases/download/v${LIBNGHTTP2_VERSION}/nghttp2-{LIBNGHTTP2_VERSION}.tar.gz
43+
fetch_unpack https://github.com/nghttp2/nghttp2/releases/download/v${LIBNGHTTP2_VERSION}/nghttp2-${LIBNGHTTP2_VERSION}.tar.gz
4444
(cd nghttp2-${LIBNGHTTP2_VERSIONN} \
4545
&& ./configure --prefix=$BUILD_PREFIX --enable-shared \
4646
&& make \

0 commit comments

Comments
 (0)