From 6fef05b70cce8fe1de51f87658687714838323c0 Mon Sep 17 00:00:00 2001 From: skmpz Date: Wed, 15 Feb 2023 08:00:53 +0400 Subject: [PATCH] nghttp2: update to 1.52.0. --- srcpkgs/nghttp2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index c6c10f17114b..5699c4be2ae7 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -1,6 +1,6 @@ # Template file for 'nghttp2' pkgname=nghttp2 -version=1.51.0 +version=1.52.0 revision=1 build_style=gnu-configure # build system errors out if python isn't available @@ -13,8 +13,8 @@ short_desc="HTTP/2 C Library" maintainer="skmpz " license="MIT" homepage="https://nghttp2.org" -distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" -checksum=66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b +distfiles="https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz" +checksum=3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d python_version=3 post_install() {