nghttp2: update to 1.66.0
authorAleksey Vasilenko <redacted>
Fri, 22 Aug 2025 10:21:39 +0000 (13:21 +0300)
committerTianling Shen <redacted>
Sun, 24 Aug 2025 14:27:19 +0000 (22:27 +0800)
- Update package description

Signed-off-by: Aleksey Vasilenko <redacted>
libs/nghttp2/Makefile

index 21282ea2d78573fe36b9b270d3399af8cb6aff45..fb90982127284f0063aef1ba5eaf339f723b685d 100644 (file)
@@ -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 <dedeckeh@gmail.com>
 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 += \
git clone https://git.99rst.org/PROJECT