mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
haproxy: update to 2.6.15.
This commit is contained in:
parent
aa989c09a6
commit
1ca6b290fc
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=2.6.14
|
version=2.6.15
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
||||||
hostmakedepends="lua53-devel"
|
hostmakedepends="lua53-devel"
|
||||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.haproxy.org"
|
homepage="https://www.haproxy.org"
|
||||||
changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
|
changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
|
||||||
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
|
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
|
||||||
checksum=bd3dd9fa60391ca09e1225e1ac3163e45be83c3f54f2fd76a30af289cc6e4fd4
|
checksum=41f8e1695e92fafdffe39690a68993f1a0f5f7f06931a99e9a153f749ea39cfd
|
||||||
|
|
||||||
haproxy_homedir="/var/lib/${pkgname}"
|
haproxy_homedir="/var/lib/${pkgname}"
|
||||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue