Merge pull request #4370 from lazka/nghttp2-1.59.0
nghttp2: Update to 1.59.0
This commit is contained in:
commit
8fb7bd783f
@ -2,11 +2,12 @@
|
||||
|
||||
pkgbase=nghttp2
|
||||
pkgname=("nghttp2" "libnghttp2" "libnghttp2-devel")
|
||||
pkgver=1.58.0
|
||||
pkgver=1.59.0
|
||||
pkgrel=1
|
||||
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
|
||||
arch=(i686 x86_64)
|
||||
url='https://nghttp2.org/'
|
||||
msys2_repository_url="https://github.com/nghttp2/nghttp2"
|
||||
depends=("jansson"
|
||||
"libevent"
|
||||
"libxml2"
|
||||
@ -16,7 +17,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=('4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0')
|
||||
sha256sums=('fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb')
|
||||
|
||||
prepare() {
|
||||
cd nghttp2-${pkgver}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user