mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
haproxy: update to 2.4.8
This commit is contained in:
parent
19883eb5cb
commit
a18df27f74
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'haproxy'
|
||||
pkgname=haproxy
|
||||
version=2.4.4
|
||||
version=2.4.8
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Reliable, high performance TCP/HTTP load balancer"
|
|||
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=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe
|
||||
checksum=e3e4c1ad293bc25e8d8790cc5e45133213dda008bfd0228bf3077259b32ebaa5
|
||||
|
||||
haproxy_homedir="/var/lib/${pkgname}"
|
||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||
|
|
Loading…
Add table
Reference in a new issue