From 52a7ea2af6d983c51072e9e7c3f24867ef96c1bb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 11 May 2023 19:46:47 +0200 Subject: [PATCH] libnghttp2: Update to 1.53.0 --- nghttp2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2/PKGBUILD b/nghttp2/PKGBUILD index 1c46ead5..922f032a 100644 --- a/nghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libnghttp2 pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel") -pkgver=1.52.0 +pkgver=1.53.0 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) @@ -16,7 +16,7 @@ depends=("jansson" makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' 'zlib-devel' 'autotools' 'gcc' 'make') license=(MIT) source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz) -sha256sums=('3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d') +sha256sums=('b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809') prepare() { cd nghttp2-${pkgver}