components/nghttp2/Makefile
changeset 7468 1dec92bd1dbd
parent 7321 037f3571d4ee
child 7687 1093e2a9adbd
equal deleted inserted replaced
7467:6654cba20610 7468:1dec92bd1dbd
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		nghttp2
    28 COMPONENT_NAME=		nghttp2
    29 COMPONENT_VERSION=	1.9.2
    29 COMPONENT_VERSION=	1.16.1
    30 COMPONENT_PROJECT_URL=	https://nghttp2.org/
    30 COMPONENT_PROJECT_URL=	https://nghttp2.org/
    31 COMPONENT_ARCHIVE_HASH= \
    31 COMPONENT_ARCHIVE_HASH= \
    32     sha256:8a47846bc81e7e82d81e0a17ffbe29486110b80458cc4ea99fa665612c2849d5
    32     sha256:c690d89f653722e335c36aec861d5f1769cfdb9ea873d9874ffa54dac4532cf3
    33 COMPONENT_ARCHIVE_URL=	https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	library/nghttp2
    34 COMPONENT_BUGDB=	library/nghttp2
    35 
    35 
    36 TPNO = 27742
    36 TPNO = 32711
    37 
    37 
    38 TEST_TARGET= $(NO_TESTS)
    38 TEST_TARGET= $(NO_TESTS)
    39 include $(WS_MAKE_RULES)/common.mk
    39 include $(WS_MAKE_RULES)/common.mk
    40 
    40 
    41 # examples are not being shipped and currently do not build when using Studio.
    41 # examples are not being shipped and currently do not build when using Studio.