From f9a9bf98a008a54c1cfb5b2eb96bfddadf1bcf76 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 24 Nov 2025 16:34:29 +0100 Subject: [PATCH] nghttp3: update to 1.13.1 --- mingw-w64-nghttp3/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-nghttp3/PKGBUILD b/mingw-w64-nghttp3/PKGBUILD index a07f468b21..e5a3a2b1b9 100644 --- a/mingw-w64-nghttp3/PKGBUILD +++ b/mingw-w64-nghttp3/PKGBUILD @@ -3,7 +3,7 @@ _realname=nghttp3 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.13.0 +pkgver=1.13.1 pkgrel=1 pkgdesc="HTTP/3 library written in C (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=( source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc} "001-fix-pc-prefix.patch" "002-nghttp3-pkgconfig-add-cflags-private.patch") -sha256sums=('926d358a74d6f15e5a11239e3e980dd4c66332e52e4d1b38c2cf8820458ad4d8' +sha256sums=('020836668c711d5c166969f8b165fbfd989e6967d0601947bf608f29e2158518' 'SKIP' '08559edf597300d34b258c5dab6d16237c6493976e7b4d45a818e0619d21665d' '68c831018eb79bc3b43a8fb6a7d013a617dbe2ba7d7971b0993b3cf27107e614')