From 6aee0f9e2a987194ac57d9d4477f7f5892527f68 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sun, 22 Sep 2024 18:18:01 +0200 Subject: [PATCH] * update libnghttp2 to 1.63.0-1 --- libnghttp2/.SRCINFO | 22 ++++++++++++++++++++++ libnghttp2/.nvchecker.toml | 4 ++++ libnghttp2/PKGBUILD | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 libnghttp2/.SRCINFO create mode 100644 libnghttp2/.nvchecker.toml diff --git a/libnghttp2/.SRCINFO b/libnghttp2/.SRCINFO new file mode 100644 index 0000000000..0dbf0ce457 --- /dev/null +++ b/libnghttp2/.SRCINFO @@ -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 diff --git a/libnghttp2/.nvchecker.toml b/libnghttp2/.nvchecker.toml new file mode 100644 index 0000000000..e4a022e399 --- /dev/null +++ b/libnghttp2/.nvchecker.toml @@ -0,0 +1,4 @@ +[libnghttp2] +source = "git" +git = "https://github.com/nghttp2/nghttp2.git" +prefix = "v" diff --git a/libnghttp2/PKGBUILD b/libnghttp2/PKGBUILD index cb3979be22..e29a3e5fe7 100644 --- a/libnghttp2/PKGBUILD +++ b/libnghttp2/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Zhuoyun Wei 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')