From 2d12e88e44560cef308ead238799be642914ead7 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 27 Nov 2023 19:09:08 +0100
Subject: [PATCH] nghttp3: update to 1.1.0

---
 components/library/nghttp3/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/library/nghttp3/Makefile b/components/library/nghttp3/Makefile
index d39d3ee..e9b7ec0 100644
--- a/components/library/nghttp3/Makefile
+++ b/components/library/nghttp3/Makefile
@@ -16,12 +16,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		nghttp3
-COMPONENT_VERSION=	1.0.0
+COMPONENT_VERSION=	1.1.0
 COMPONENT_SUMMARY=	This library implements RFC 9114 HTTP/3. It does not support server push.
 COMPONENT_PROJECT_URL=	https://nghttp2.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a
+COMPONENT_ARCHIVE_HASH= sha256:f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
 COMPONENT_ARCHIVE_URL=	https://github.com/ngtcp2/nghttp3/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		library/nghttp3
 COMPONENT_CLASSIFICATION= System/Libraries

--
Gitblit v1.9.3