From d26ddc9ec004e8ca5d83ef6c3dc4b45d1be56ccf Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 25 Sep 2021 09:55:31 +0000 Subject: [PATCH] haproxy: update to 2.4.4. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index f0f5aae0b411..fc69374c9fda 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.4.3 +version=2.4.4 revision=1 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" @@ -12,7 +12,7 @@ maintainer="Zach Dykstra " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.haproxy.org" distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" -checksum=ce479380be5464faa881dcd829618931b60130ffeb01c88bc2bf95e230046405 +checksum=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"