summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/Makefile')
-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)/,,$@)" $@