Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/haproxy/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'haproxy'
pkgname=haproxy
version=3.0.14
version=3.2.12
revision=1
build_style=gnu-makefile
make_build_args="TARGET=linux-${XBPS_TARGET_LIBC} cmd_LD=\${CC} EXTRA=admin/halog/halog
USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1
USE_LUA=1 USE_PROMEX=1 USE_NS=1 USE_SYSTEMD="
USE_LUA=1 USE_PROMEX=1 USE_NS=1"
make_install_args="EXTRA=admin/halog/halog SBINDIR=${DESTDIR}/usr/bin
DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
hostmakedepends="lua54-devel"
Expand All @@ -17,7 +17,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=1b35b0c503e4efeba3ef9112b8654da1a1865bd3272a1a1f498db72ca9c2108b
checksum=310b424e60db2f3990206ca7c81293586842cb628e7dfad572c7146ae9e95a91

if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
Expand Down