From 887781cdc857b87b2ce191f9844a7cfce4599574 Mon Sep 17 00:00:00 2001 From: skmpz Date: Mon, 22 May 2023 08:21:46 +0300 Subject: [PATCH] nghttp2: update to 1.53.0. --- srcpkgs/nghttp2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index 5699c4be2ae7..13dc332d9ca6 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.52.0 +version=1.53.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=3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d +checksum=b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809 python_version=3 post_install() {