diff --git a/libs/nghttp2/Makefile b/libs/nghttp2/Makefile index 21282ea2d7..fb90982127 100644 --- a/libs/nghttp2/Makefile +++ b/libs/nghttp2/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nghttp2 -PKG_VERSION:=1.63.0 +PKG_VERSION:=1.66.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/nghttp2/nghttp2/releases/download/v$(PKG_VERSION) -PKG_HASH:=4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b +PKG_HASH:=00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631 PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=MIT @@ -24,7 +24,7 @@ define Package/libnghttp2 endef define Package/libnghttp2/description - C library implementing the framing layer of the HTTP/2 protocol. It can be used to build a HTTP/2-capable HTTP client or server +HTTP/2 C Library endef CMAKE_OPTIONS += \