From 7683f383f825d03d1869ab0a5076f7f7357987f8 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/apache/template | 2 +- srcpkgs/nghttp2/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 629ad18b34a5..b1b0837e6dcd 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -34,7 +34,7 @@ license="Apache-2.0" homepage="https://httpd.apache.org/" changelog="https://www.apache.org/dist/httpd/CHANGES_2.4" distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" -checksum=eb397feeefccaf254f8d45de3768d9d68e8e73851c49afd5b7176d1ecf80c340 +checksum= system_accounts="_apache" _apache_homedir="/srv/www/$pkgname" 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() {