keepalived: update to 1.2.21.
This commit is contained in:
parent
51d32f5577
commit
30adad31c9
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'keepalived'
|
# Template file for 'keepalived'
|
||||||
pkgname=keepalived
|
pkgname=keepalived
|
||||||
version=1.2.19
|
version=1.2.21
|
||||||
revision=4
|
revision=1
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sha1"
|
configure_args="--enable-sha1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel libnl3-devel popt-devel"
|
makedepends="libressl-devel libnl3-devel popt-devel libnfnetlink-devel"
|
||||||
short_desc="Failover and monitoring daemon for LVS clusters"
|
short_desc="Failover and monitoring daemon for LVS clusters"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.keepalived.org/"
|
homepage="http://www.keepalived.org/"
|
||||||
distfiles="http://www.keepalived.org/software/$pkgname-$version.tar.gz"
|
distfiles="http://www.keepalived.org/software/$pkgname-$version.tar.gz"
|
||||||
checksum=32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853
|
checksum=c2fe1bf13a2e073133b800093464525a364bcabc1fa21c067d80cf12b82ec8f8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv $pkgname
|
||||||
|
|
Loading…
Reference in New Issue