* update libnghttp2 to 1.64.0-1
This commit is contained in:
parent
a9eda1ddd7
commit
26e931439b
@ -1,20 +1,25 @@
|
|||||||
pkgbase = libnghttp2
|
pkgbase = libnghttp2
|
||||||
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library
|
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library
|
||||||
pkgver = 1.63.0
|
pkgver = 1.64.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://nghttp2.org/
|
url = https://nghttp2.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = powerpc64le
|
||||||
|
arch = powerpc64
|
||||||
|
arch = powerpc
|
||||||
|
arch = espresso
|
||||||
|
arch = riscv64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = glibc
|
depends = glibc
|
||||||
provides = libnghttp2.so
|
provides = libnghttp2.so
|
||||||
conflicts = nghttp2<1.20.0-2
|
conflicts = nghttp2<1.20.0-2
|
||||||
source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.63.0?signed
|
source = git+https://github.com/nghttp2/nghttp2.git#tag=v1.64.0?signed
|
||||||
source = git+https://github.com/ngtcp2/munit.git
|
source = git+https://github.com/ngtcp2/munit.git
|
||||||
source = git+https://github.com/mruby/mruby.git
|
source = git+https://github.com/mruby/mruby.git
|
||||||
source = git+https://github.com/tatsuhiro-t/neverbleed.git
|
source = git+https://github.com/tatsuhiro-t/neverbleed.git
|
||||||
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
|
validpgpkeys = F4F3B91474D1EB29889BD0EF7E8403D5D673C366
|
||||||
sha512sums = b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5
|
sha512sums = 6d0bb9b49d76d45d7dc85aa168a17c6c4a133f740b78f0a25816bbaf7acfc6c2b1576169a57d9219078012d676e3db605b5bac38ab10a8885f70040eda571460
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
|
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
|
||||||
|
|
||||||
pkgname=libnghttp2
|
pkgname=libnghttp2
|
||||||
pkgver=1.63.0
|
pkgver=1.64.0
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
|
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
||||||
url='https://nghttp2.org/'
|
url='https://nghttp2.org/'
|
||||||
@ -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/ngtcp2/munit.git'
|
||||||
'git+https://github.com/mruby/mruby.git'
|
'git+https://github.com/mruby/mruby.git'
|
||||||
'git+https://github.com/tatsuhiro-t/neverbleed.git')
|
'git+https://github.com/tatsuhiro-t/neverbleed.git')
|
||||||
sha512sums=('b95341a958ea32c6131c9598cf75a3232b963a798d314a94df05b363a7b0a144014c48ac2a436fb867f742ce6761a8ca5a6a87cdbdee94d9fdcab5d3412415c5'
|
sha512sums=('6d0bb9b49d76d45d7dc85aa168a17c6c4a133f740b78f0a25816bbaf7acfc6c2b1576169a57d9219078012d676e3db605b5bac38ab10a8885f70040eda571460'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user