From 9546460595d2be7d5f95c93abe54a2fb3c3fceaa Mon Sep 17 00:00:00 2001 From: Rich G Date: Sun, 20 Sep 2020 23:11:48 -0400 Subject: [PATCH] haproxy: update to 2.2.3 --- srcpkgs/haproxy/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index a51a4126e14..66d4e509b48 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,17 +1,17 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.1.7 -revision=3 +version=2.2.3 +revision=1 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel" checkdepends="varnish" short_desc="Reliable, high performance TCP/HTTP load balancer" -maintainer="Orphaned " +maintainer="Rich Gannon " 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=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339 +checksum=7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"