keepalived: update to 2.0.13

closes #9000
This commit is contained in:
Rich G 2019-02-20 21:28:22 -05:00 committed by maxice8
parent 6429c2c8bb
commit 0703db5434
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 6 deletions

View File

@ -1,18 +1,19 @@
# Template file for 'keepalived' # Template file for 'keepalived'
pkgname=keepalived pkgname=keepalived
version=1.4.2 version=2.0.13
revision=3 revision=1
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 libnfnetlink-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.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2" license="GPL-2-or-later"
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=4e2d7cc01a6ee29a3955f5c622d47704ba7d9dd758189f15e9def016a2d1faa3 checksum=c7fb38e8a322fb898fb9f6d5d566827a30aa5a4cd1774f474bb4041c85bcbc46
conf_files="/etc/keepalived/keepalived.conf"
post_install() { post_install() {
vsv $pkgname vsv $pkgname