From 592dc4ac151220ee7c9493ed11687dd1b75998f4 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Wed, 17 Aug 2022 10:14:05 -0500 Subject: [PATCH] haproxy: update to 2.4.18. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index b3bc0ff1f527..6ac772861c8d 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.4.17 +version=2.4.18 revision=1 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" @@ -13,7 +13,7 @@ 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=416ca95d51bb57eaea0d6657c06a760faa63473dca10ac6f9e68b994088d73f4 +checksum=d7e46b56ac789d4fcf3ca209a109871e67ce4efca20a6537052f542f2af9616c haproxy_homedir="/var/lib/${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"