From: Alexandru Ardelean Date: Tue, 28 Jul 2026 11:58:35 +0000 (+0300) Subject: nghttp3: update to 1.18.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d04ade044ef0fa4e43b4714bb73c828319d79ab3;p=openwrt-packages.git nghttp3: update to 1.18.0 Update to the latest upstream stable release. Signed-off-by: Alexandru Ardelean --- diff --git a/libs/nghttp3/Makefile b/libs/nghttp3/Makefile index 6926fb2af..463cea49d 100644 --- a/libs/nghttp3/Makefile +++ b/libs/nghttp3/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nghttp3 -PKG_VERSION:=1.16.0 +PKG_VERSION:=1.18.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=776f59a99905c9a348846807b2e5ac9bb3485fc0f8c0250ba803018d5238a16e +PKG_HASH:=aad782c23d3f01bd4bb52c8bac7a553b631ef8115fd1612703df6183449fef19 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING