From e5d7a63261f550f4c0f68f746c19db645561cc48 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 30 Sep 2019 14:39:40 +0300 Subject: [PATCH] nghttp2: Update to 1.39.2 --- nghttp2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2/PKGBUILD b/nghttp2/PKGBUILD index ed1d5bb3..913cd746 100644 --- a/nghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libnghttp2 pkgname=("nghttp2" "${pkgbase}" "${pkgbase}-devel") -pkgver=1.39.1 +pkgver=1.39.2 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=('679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448' +sha256sums=('a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b' '8619c21f76c435ffd8790e4c439038770c73eaca8e23b2d7654067e956a4b86d') # Helper macros to help make tasks easier #