From c3bcbe1a9ac474a8cfc8c7abcfda598fa1bbec29 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 16 Sep 2025 00:02:29 +0200 Subject: [PATCH] nghttp2: update to 1.67.1 --- nghttp2/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nghttp2/PKGBUILD b/nghttp2/PKGBUILD index ae5c1698..fb05ac17 100644 --- a/nghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=nghttp2 pkgname=("nghttp2" "libnghttp2" "libnghttp2-devel") -pkgver=1.67.0 +pkgver=1.67.1 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) @@ -10,6 +10,7 @@ url='https://nghttp2.org/' msys2_repository_url="https://github.com/nghttp2/nghttp2" msys2_references=( "cpe: cpe:/a:nghttp2:nghttp2" + "gentoo: net-libs/nghttp2" ) depends=("jansson" "libevent" @@ -20,7 +21,7 @@ depends=("jansson" makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' 'zlib-devel' 'autotools' 'gcc' 'make') license=('spdx:MIT') source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz) -sha256sums=('d21cf317837f5176b76bed7eded54a4e4583dfa378c9f915913329d9d4a1be86') +sha256sums=('153972aad57e7bf9d911666df7613f2390acf37ea7e1a97a0c5567e90f98e830') prepare() { cd nghttp2-${pkgver}