From b1db696283d1edfca6580caef61701f49ef4853d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 21 Sep 2022 17:20:49 +0200 Subject: [PATCH] nghttp2: Update to 1.50.0 --- nghttp2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2/PKGBUILD b/nghttp2/PKGBUILD index 1c194d1b..13a29c7e 100644 --- a/nghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libnghttp2 pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel") -pkgver=1.49.0 +pkgver=1.50.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=('b0cfd492bbf0b131c472e8f6501c9f4ee82b51b68130f47b278c0b7c9848a66e') +sha256sums=('af24007e34c18c782393a1dc3685f8fd5b50283e90a9191d25488eb50aa2c825') prepare() { cd nghttp2-${pkgver}