libnghttp2: Update to 1.55.0

This commit is contained in:
Christoph Reiter 2023-07-14 14:10:20 +02:00
parent 0c44a34624
commit f9f425fec3

View File

@ -2,7 +2,7 @@
pkgbase=libnghttp2
pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel")
pkgver=1.54.0
pkgver=1.55.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(i686 x86_64)
@ -14,17 +14,13 @@ depends=("jansson"
"libcares"
"gcc-libs")
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
"https://github.com/nghttp2/nghttp2/commit/9fc1f85102cb57f5346c13108e577d2cb4e081cb.patch")
sha256sums=('20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df'
'926703e310b402619ad77291b3b1c4420aa85689a60cbb9cab8db8471ac1743f')
license=('spdx:MIT')
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz)
sha256sums=('bc5b9d33fc08b195f0f2e685aa70bfd3f2f265a8d48039a701b7d67b375a783f')
prepare() {
cd nghttp2-${pkgver}
patch -Np1 -i "${srcdir}/9fc1f85102cb57f5346c13108e577d2cb4e081cb.patch"
autoreconf -fiv
}