From 5b6db029e5a5e60ec683e19e4ab7e117a2a299d2 Mon Sep 17 00:00:00 2001 From: Aleksey Vasilenko Date: Wed, 11 Sep 2024 15:31:33 +0300 Subject: [PATCH] nghttp2: update to 1.63.0 Signed-off-by: Aleksey Vasilenko --- libs/nghttp2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/nghttp2/Makefile b/libs/nghttp2/Makefile index 1dc2c6db4f..21282ea2d7 100644 --- a/libs/nghttp2/Makefile +++ b/libs/nghttp2/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nghttp2 -PKG_VERSION:=1.62.1 +PKG_VERSION:=1.63.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:=2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72 +PKG_HASH:=4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=MIT -- 2.30.2