* update libnghttp2 to 1.59.0-2

This commit is contained in:
Alexander Baldeck 2024-03-03 01:29:40 +01:00
parent 32592d248f
commit 2564d9f076

View File

@ -5,15 +5,15 @@
pkgname=libnghttp2 pkgname=libnghttp2
_tag='6c83ba437df9834305ccf68083775d7742974ecb' # git rev-parse v${pkgver} _tag='6c83ba437df9834305ccf68083775d7742974ecb' # git rev-parse v${pkgver}
pkgver=1.59.0 pkgver=1.59.0
pkgrel=1 pkgrel=2
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://nghttp2.org/' url='https://nghttp2.org/'
license=('MIT') license=('MIT')
depends=('glibc') depends=('glibc')
provides=('libnghttp2.so')
makedepends=('git') makedepends=('git')
conflicts=('nghttp2<1.20.0-2') conflicts=('nghttp2<1.20.0-2')
provides=('libnghttp2.so')
validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
source=("git+https://github.com/nghttp2/nghttp2.git#tag=${_tag}?signed") source=("git+https://github.com/nghttp2/nghttp2.git#tag=${_tag}?signed")
sha512sums=('SKIP') sha512sums=('SKIP')