From a393cb7058aefca1053624c61820b641ac1230fc Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 3 May 2021 20:28:57 +0200 Subject: [PATCH] haproxy: update to 2.3.10. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 39e7eb4f78e1..5a4c6a12751d 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.3.8 +version=2.3.10 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=2aa2691238dbe6360318673603aecd1041df19d55447172f8cd988780788159c +checksum=9946e0cfc83f29072b3431e37246221cf9d4a9d28a158c075714d345266f4f35 haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"