diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 6ac772861c8..373ff4e2c3c 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -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 " 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}"