From 36753400f60edd8fbe12acc6bd2433459bc1d45d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 18 May 2024 19:18:48 +0200 Subject: [PATCH] haproxy: update to 2.8.9. --- srcpkgs/haproxy/template | 4 ++-- srcpkgs/haproxy/update | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index a53c5d10e156c0..f31de80d0818fa 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=2.6.16 +version=2.8.9 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/${version%.*}/src/CHANGELOG" distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz" -checksum=faac6f9564caf6e106fe22c77a1fb35406afc8cd484c35c2c844aaf0d7a097fb +checksum=7a821478f36f847607f51a51e80f4f890c37af4811d60438e7f63783f67592ff if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update index a91811c640f5e1..b207226400233f 100644 --- a/srcpkgs/haproxy/update +++ b/srcpkgs/haproxy/update @@ -1,2 +1,2 @@ -# 2.6 is the current LTS -ignore="2\.[!6].*" +# 2.8 is the current LTS +ignore="2\.[!8].*"