From ba8d45af1019e92c405877f73677f61dec0e8ebb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Jun 2024 18:52:10 +0000 Subject: [PATCH] nghttp3: update to 1.4.0 --- mingw-w64-nghttp3/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-nghttp3/PKGBUILD b/mingw-w64-nghttp3/PKGBUILD index b9e9bd3985..ff955aca0b 100644 --- a/mingw-w64-nghttp3/PKGBUILD +++ b/mingw-w64-nghttp3/PKGBUILD @@ -3,8 +3,8 @@ _realname=nghttp3 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="HTTP/3 library written in C (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -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=('450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf' +sha256sums=('c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a' 'SKIP' '08559edf597300d34b258c5dab6d16237c6493976e7b4d45a818e0619d21665d' '68c831018eb79bc3b43a8fb6a7d013a617dbe2ba7d7971b0993b3cf27107e614')