Date: Wednesday, July 21, 2021 @ 16:48:44 Author: arojas Revision: 420252
Update to 1.44.0 Modified: libnghttp2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-21 16:41:47 UTC (rev 420251) +++ PKGBUILD 2021-07-21 16:48:44 UTC (rev 420252) @@ -2,7 +2,7 @@ # Contributor: Zhuoyun Wei <wzy...@wzyboy.org> pkgname=libnghttp2 -pkgver=1.43.0 +pkgver=1.44.0 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(glibc) conflicts=('nghttp2<1.20.0-2') source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz) -sha512sums=('eac69ba356870a1cba420a06771082897be8dd40a68f4e04223f41f3d22626e4f5b3766d3dbcc496dd212be01f64c3ac280a2ebddd31dd88f7350c20f56e5d39') +sha512sums=('756b78665ef9fe8765332e7f0b249029d845a6b635c00a27f4c3716a1354f98bcc34df4da74179213497f6bfc2647d3773ecff2b192c63427447e37cf6393f6c') build() { cd nghttp2-$pkgver