* update libnghttp3 to 1.6.0-1

This commit is contained in:
Alexander Baldeck 2024-10-26 23:40:04 +02:00
parent 26e931439b
commit 9c26338ce5
2 changed files with 12 additions and 7 deletions

View File

@ -1,16 +1,21 @@
pkgbase = libnghttp3
pkgdesc = HTTP/3 library written in C
pkgver = 1.5.0
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/ngtcp2/nghttp3
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = espresso
arch = riscv64
license = MIT
depends = glibc
provides = libnghttp3.so
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.5.0/nghttp3-1.5.0.tar.xz
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.5.0/nghttp3-1.5.0.tar.xz.asc
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.6.0/nghttp3-1.6.0.tar.xz
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.6.0/nghttp3-1.6.0.tar.xz.asc
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
sha256sums = 8c00e3910ea2ad1218dafebcf8dd2ffdf030c992d9ceb65834d29e5e5278dd0d
sha256sums = eaa901954bc494034d3738ef19130de69387d6a3da029044c60d9dae91792a8d
sha256sums = SKIP
pkgname = libnghttp3

View File

@ -3,8 +3,8 @@
# Maintainer: Christian Hesse <eworm@archlinux.org>
pkgname=libnghttp3
pkgver=1.5.0
pkgrel=1.1
pkgver=1.6.0
pkgrel=1
pkgdesc="HTTP/3 library written in C"
url='https://github.com/ngtcp2/nghttp3'
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
@ -13,7 +13,7 @@ depends=('glibc')
provides=('libnghttp3.so')
validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc})
sha256sums=('8c00e3910ea2ad1218dafebcf8dd2ffdf030c992d9ceb65834d29e5e5278dd0d'
sha256sums=('eaa901954bc494034d3738ef19130de69387d6a3da029044c60d9dae91792a8d'
'SKIP')
prepare() {