From 3a8381a2e2dfacbaa871d1104d2fd7e5a93ec20d Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 26 Jun 2020 12:35:11 +0300 Subject: [PATCH] nghttp2: Update to 1.41.0 --- mingw-w64-nghttp2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-nghttp2/PKGBUILD b/mingw-w64-nghttp2/PKGBUILD index 8653b88741..2cfbb9361b 100644 --- a/mingw-w64-nghttp2/PKGBUILD +++ b/mingw-w64-nghttp2/PKGBUILD @@ -3,8 +3,8 @@ _realname=nghttp2 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.40.0 -pkgrel=2 +pkgver=1.41.0 +pkgrel=1 pkgdesc="Framing layer of HTTP/2 is implemented as a reusable C library (mingw-w64)" arch=('any') url='https://nghttp2.org/' @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-jansson" checkdepends=("${MINGW_PACKAGE_PREFIX}-cunit") license=('MIT') source=("https://github.com/nghttp2/nghttp2/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.xz") -sha256sums=('09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073') +sha256sums=('abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2') prepare() { cd $srcdir/${_realname}-${pkgver}