From 7364e922dcaeb6c0762922df95b8ef44c03ffdab Mon Sep 17 00:00:00 2001 From: skmpz Date: Tue, 22 Oct 2024 12:51:54 +0300 Subject: [PATCH] nghttp2: update to 1.64.0. --- srcpkgs/nghttp2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index ac323278ebe8fb..8e673bcb2336f8 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.63.0 +version=1.64.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=4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b +checksum=88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd python_version=3 post_install() {