From b9b1dbbe2083e987de1d6795825b45301ffcde6a Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Sat, 7 Nov 2020 10:55:31 -0600 Subject: [PATCH] haproxy: update to 2.3.0. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 4911185c21b..d3f8d6c8ca0 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.2.4 +version=2.3.0 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=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2 +checksum=08badc59e037883f788f2c8f3358fa3e351aeaee826fd8a719f1e6252aff78fc haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"