Merge pull request #4858 from lazka/nghttp2-1.63.0
nghttp2: Update to 1.63.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=nghttp2
|
||||
pkgname=("nghttp2" "libnghttp2" "libnghttp2-devel")
|
||||
pkgver=1.62.1
|
||||
pkgver=1.63.0
|
||||
pkgrel=1
|
||||
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
|
||||
arch=(i686 x86_64)
|
||||
@@ -20,7 +20,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=('2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72')
|
||||
sha256sums=('4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b')
|
||||
|
||||
prepare() {
|
||||
cd nghttp2-${pkgver}
|
||||
|
||||
Reference in New Issue
Block a user