* update libnghttp3 to 1.5.0-1

This commit is contained in:
Alexander Baldeck 2024-09-22 19:53:20 +02:00
parent 6aee0f9e2a
commit a1e3e68524
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
pkgbase = libnghttp3 pkgbase = libnghttp3
pkgdesc = HTTP/3 library written in C pkgdesc = HTTP/3 library written in C
pkgver = 1.4.0 pkgver = 1.5.0
pkgrel = 1 pkgrel = 1
url = https://github.com/ngtcp2/nghttp3 url = https://github.com/ngtcp2/nghttp3
arch = x86_64 arch = x86_64
license = MIT license = MIT
depends = glibc depends = glibc
provides = libnghttp3.so provides = libnghttp3.so
source = https://github.com/ngtcp2/nghttp3/releases/download/v1.4.0/nghttp3-1.4.0.tar.xz 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.4.0/nghttp3-1.4.0.tar.xz.asc source = https://github.com/ngtcp2/nghttp3/releases/download/v1.5.0/nghttp3-1.5.0.tar.xz.asc
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366 validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
sha256sums = c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a sha256sums = 8c00e3910ea2ad1218dafebcf8dd2ffdf030c992d9ceb65834d29e5e5278dd0d
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.4.0 pkgver=1.5.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=('c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a' sha256sums=('8c00e3910ea2ad1218dafebcf8dd2ffdf030c992d9ceb65834d29e5e5278dd0d'
'SKIP') 'SKIP')
prepare() { prepare() {