From 9c73a3a4bfe7108527f0f5e539e17ff217b33ec5 Mon Sep 17 00:00:00 2001 From: skmpz Date: Tue, 19 Dec 2023 09:29:51 +0200 Subject: [PATCH] nghttp2: update to 1.58.0. --- srcpkgs/nghttp2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index 9d80e5d3972b1..55e37e07e914d 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.56.0 +version=1.58.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/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" -checksum=65eee8021e9d3620589a4a4e91ce9983d802b5229f78f3313770e13f4d2720e9 +checksum=4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0 python_version=3 post_install() {