haproxy: update to 2.4.20.

This commit is contained in:
Zach Dykstra 2022-12-22 15:05:57 -06:00 committed by Michal Vasilek
parent 1c5e5b30f7
commit 582f64407e

View file

@ -1,6 +1,6 @@
# Template file for 'haproxy'
pkgname=haproxy
version=2.4.18
version=2.4.20
revision=1
build_style=gnu-makefile
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@ -12,8 +12,8 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
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=d7e46b56ac789d4fcf3ca209a109871e67ce4efca20a6537052f542f2af9616c
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
haproxy_homedir="/var/lib/${pkgname}"
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"