From 554ea54b9f331328729c44be5305d356aa5738c3 Mon Sep 17 00:00:00 2001 From: uhohspaghetios Date: Thu, 4 Nov 2021 01:50:49 -0400 Subject: [PATCH] haproxy: update to 2.4.8 --- srcpkgs/haproxy/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 40e6b2efc5c0..ffa473d66df3 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.4.4 +version=2.4.8 revision=1 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" @@ -11,8 +11,9 @@ short_desc="Reliable, high performance TCP/HTTP load balancer" maintainer="Zach Dykstra " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.haproxy.org" +changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG" distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" -checksum=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe +checksum=e3e4c1ad293bc25e8d8790cc5e45133213dda008bfd0228bf3077259b32ebaa5 haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"