From 05d5978b4376db24072beefbd4091a03536c326a Mon Sep 17 00:00:00 2001 From: skmpz Date: Sun, 26 Jun 2022 11:32:37 +0400 Subject: [PATCH] nghttp2: update to 1.48.0. --- srcpkgs/nghttp2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index fe824a39cd44..146badf0ca36 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.47.0 +version=1.48.0 revision=1 build_style=gnu-configure # build system errors out if python isn't available @@ -14,7 +14,7 @@ maintainer="skmpz " license="MIT" homepage="https://nghttp2.org" distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" -checksum=68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc +checksum=47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4 python_version=3 post_install() {