* update libnghttp3 to 1.7.0-1

This commit is contained in:
Alexander Baldeck 2025-01-04 16:03:12 +01:00
parent 93bf927bfb
commit 9e9500765f
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libnghttp3 pkgbase = libnghttp3
pkgdesc = HTTP/3 library written in C pkgdesc = HTTP/3 library written in C
pkgver = 1.6.0 pkgver = 1.7.0
pkgrel = 1 pkgrel = 1
url = https://github.com/ngtcp2/nghttp3 url = https://github.com/ngtcp2/nghttp3
arch = x86_64 arch = x86_64
@ -12,10 +12,10 @@ pkgbase = libnghttp3
license = MIT license = MIT
depends = glibc depends = glibc
provides = libnghttp3.so provides = libnghttp3.so
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.7.0/nghttp3-1.7.0.tar.xz
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.6.0/nghttp3-1.6.0.tar.xz.asc source = https://github.com/ngtcp2/nghttp3/releases/download/v1.7.0/nghttp3-1.7.0.tar.xz.asc
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366 validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
sha256sums = eaa901954bc494034d3738ef19130de69387d6a3da029044c60d9dae91792a8d sha256sums = b4eb6bceb99293d9a9df2031c1aad166af3d57b3e33655aca0699397b6f0d751
sha256sums = SKIP sha256sums = SKIP
pkgname = libnghttp3 pkgname = libnghttp3

View File

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