From 07dda912d26a0017deea77de900dbc8e509d7cdf Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 30 Oct 2018 14:13:07 +0300 Subject: [PATCH] nghttp2: Update to 1.34.0 --- libnghttp2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnghttp2/PKGBUILD b/libnghttp2/PKGBUILD index 8f313751..89fe2be8 100644 --- a/libnghttp2/PKGBUILD +++ b/libnghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libnghttp2 pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel") -pkgver=1.30.0 +pkgver=1.34.0 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) @@ -18,7 +18,7 @@ makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' ' license=(MIT) source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz nghttp2-1.24.0-msys2.patch) -sha256sums=('089afb4c22a53f72384b71ea06194be255a8a73b50b1412589105d0e683c52ac' +sha256sums=('ecb0c013141495e24bd6deca022b5a92097a7848a0c17c4e5af1243a97fa622e' '8619c21f76c435ffd8790e4c439038770c73eaca8e23b2d7654067e956a4b86d') # Helper macros to help make tasks easier #