components/nghttp2/Makefile
changeset 7468 1dec92bd1dbd
parent 7321 037f3571d4ee
child 7687 1093e2a9adbd
--- a/components/nghttp2/Makefile	Thu Dec 08 00:53:36 2016 -0800
+++ b/components/nghttp2/Makefile	Thu Dec 08 05:11:05 2016 -0800
@@ -26,14 +26,14 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		nghttp2
-COMPONENT_VERSION=	1.9.2
+COMPONENT_VERSION=	1.16.1
 COMPONENT_PROJECT_URL=	https://nghttp2.org/
 COMPONENT_ARCHIVE_HASH= \
-    sha256:8a47846bc81e7e82d81e0a17ffbe29486110b80458cc4ea99fa665612c2849d5
+    sha256:c690d89f653722e335c36aec861d5f1769cfdb9ea873d9874ffa54dac4532cf3
 COMPONENT_ARCHIVE_URL=	https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	library/nghttp2
 
-TPNO = 27742
+TPNO = 32711
 
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk