diff --git a/libnghttp3/.SRCINFO b/libnghttp3/.SRCINFO index a2af67d7a1..3b827c55de 100644 --- a/libnghttp3/.SRCINFO +++ b/libnghttp3/.SRCINFO @@ -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 diff --git a/libnghttp3/PKGBUILD b/libnghttp3/PKGBUILD index d8516170db..678ed4c90c 100644 --- a/libnghttp3/PKGBUILD +++ b/libnghttp3/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer: Christian Hesse 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 source=("https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz"{,.asc}) -sha256sums=('8c00e3910ea2ad1218dafebcf8dd2ffdf030c992d9ceb65834d29e5e5278dd0d' +sha256sums=('eaa901954bc494034d3738ef19130de69387d6a3da029044c60d9dae91792a8d' 'SKIP') prepare() {