* update libnghttp2 to 1.63.0-1

This commit is contained in:
Alexander Baldeck 2024-09-22 18:18:01 +02:00
parent ab4130f1f2
commit 6aee0f9e2a
3 changed files with 28 additions and 2 deletions

22
libnghttp2/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = libnghttp2
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library
pkgver = 1.63.0
pkgrel = 1
url = https://nghttp2.org/
arch = x86_64
license = MIT
makedepends = git
depends = glibc
provides = libnghttp2.so
conflicts = nghttp2<1.20.0-2
source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.63.0?signed
source = git+https://github.com/ngtcp2/munit.git
source = git+https://github.com/mruby/mruby.git
source = git+https://github.com/tatsuhiro-t/neverbleed.git
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
sha512sums = b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
pkgname = libnghttp2

View File

@ -0,0 +1,4 @@
[libnghttp2]
source = "git"
git = "https://github.com/nghttp2/nghttp2.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=libnghttp2
pkgver=1.62.1
pkgver=1.63.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -18,7 +18,7 @@ source=("git+https://github.com/nghttp2/nghttp2.git#tag=v${pkgver}?signed"
'git+https://github.com/ngtcp2/munit.git'
'git+https://github.com/mruby/mruby.git'
'git+https://github.com/tatsuhiro-t/neverbleed.git')
sha512sums=('6ea6059af0aec4133aa83439dfa57bc3a7a3a33aae7028d2009dadd9912df4ede6a8337f053f17caec0276a2fcfca26d9397f5852f6edb9228553b76831fa658'
sha512sums=('b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5'
'SKIP'
'SKIP'
'SKIP')