From 7114006bbcef2188d277687b98e1818e1f2b2ded Mon Sep 17 00:00:00 2001 From: skmpz Date: Mon, 6 May 2024 23:12:52 +0300 Subject: [PATCH] nghttp2: update to 1.61.0. --- srcpkgs/nghttp2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index 153d8d62838..36d3c83fd61 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.60.0 +version=1.61.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=625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e +checksum=c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654 python_version=3 post_install() {