nghttp2: update to 1.67.1
This commit is contained in:
parent
42768caa82
commit
c3bcbe1a9a
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=nghttp2
|
||||
pkgname=("nghttp2" "libnghttp2" "libnghttp2-devel")
|
||||
pkgver=1.67.0
|
||||
pkgver=1.67.1
|
||||
pkgrel=1
|
||||
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
|
||||
arch=(i686 x86_64)
|
||||
@ -10,6 +10,7 @@ url='https://nghttp2.org/'
|
||||
msys2_repository_url="https://github.com/nghttp2/nghttp2"
|
||||
msys2_references=(
|
||||
"cpe: cpe:/a:nghttp2:nghttp2"
|
||||
"gentoo: net-libs/nghttp2"
|
||||
)
|
||||
depends=("jansson"
|
||||
"libevent"
|
||||
@ -20,7 +21,7 @@ depends=("jansson"
|
||||
makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' 'zlib-devel' 'autotools' 'gcc' 'make')
|
||||
license=('spdx:MIT')
|
||||
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz)
|
||||
sha256sums=('d21cf317837f5176b76bed7eded54a4e4583dfa378c9f915913329d9d4a1be86')
|
||||
sha256sums=('153972aad57e7bf9d911666df7613f2390acf37ea7e1a97a0c5567e90f98e830')
|
||||
|
||||
prepare() {
|
||||
cd nghttp2-${pkgver}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user