summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-26 18:30:02 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-05 15:44:02 +0000
commitdaf71e6c34882f5116d4098c323f3dc5c1878dc0 (patch)
tree427f6484277cf2a2d799db03b87c8667ffa259f5
parentd27e5ed9a7198bd49c5635aace869b922a1b5d70 (diff)
downloadtoolchains-daf71e6c34882f5116d4098c323f3dc5c1878dc0.tar.gz
toolchains-daf71e6c34882f5116d4098c323f3dc5c1878dc0.tar.bz2
Fix nghttp2 URL
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 421999e..4270ae0 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -474,5 +474,5 @@ $(BUILDSTEPS)/nghttp2-src.d: $(BUILDSTEPS)/sourcedir.d $(SOURCEDIR)/nghttp2-$(VE
touch $@
$(SOURCEDIR)/nghttp2-$(VERSION_NGHTTP2).tar.gz:
- $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@) "https://github.com/tatsuhiro-t/nghttp2/releases/download/v0.3.2/$(subst $(SOURCEDIR)/,,$@)" $@
+ $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@) "https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(VERSION_NGHTTP2)/$(subst $(SOURCEDIR)/,,$@)" $@