From daf71e6c34882f5116d4098c323f3dc5c1878dc0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 26 May 2014 18:30:02 +0100 Subject: Fix nghttp2 URL --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/,,$@)" $@ -- cgit v1.2.3