haproxy: update to 2.1.5.

This commit is contained in:
Anthony Iliopoulos 2020-06-06 15:10:26 +02:00 committed by Enno Boland
parent c289bc2767
commit 09f9f4711c

View file

@ -1,6 +1,6 @@
# Template file for 'haproxy' # Template file for 'haproxy'
pkgname=haproxy pkgname=haproxy
version=2.1.4 version=2.1.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="TARGET=linux-glibc USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 make_build_args="TARGET=linux-glibc USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.haproxy.org" homepage="https://www.haproxy.org"
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
checksum=51030ff696d7067162b4d24d354044293aecfbb36d7acc2f840c8d928bfe91cd checksum=42174ac5836ab243565b888299ec30115c1259e75872696708528260c6700ea1
haproxy_homedir="/var/lib/${pkgname}" haproxy_homedir="/var/lib/${pkgname}"
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}" make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"