keepalived: update to 2.2.7.

This commit is contained in:
Duncaen 2022-04-05 04:35:38 +02:00
parent 6cf420a2d1
commit 568d1a6a9f
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'keepalived'
pkgname=keepalived
version=2.2.4
version=2.2.7
revision=1
build_style=gnu-configure
configure_args="--enable-sha1"
@ -10,8 +10,9 @@ short_desc="Failover and monitoring daemon for LVS clusters"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.keepalived.org/"
changelog="https://www.keepalived.org/release-notes/Release-${version}.html"
distfiles="https://www.keepalived.org/software/keepalived-${version}.tar.gz"
checksum=0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df
checksum=c61940d874154a560a54627ecf7ef47adebdf832164368d10bf242a4d9b7d49d
conf_files="/etc/keepalived/keepalived.conf"
@ -20,4 +21,5 @@ post_install() {
rm -rf ${DESTDIR}/etc/rc.d ${DESTDIR}/etc/sysconfig
vmkdir usr/share/examples/$pkgname
mv ${DESTDIR}/etc/$pkgname/samples/* ${DESTDIR}/usr/share/examples/$pkgname
mv ${DESTDIR}/etc/keepalived/keepalived.conf{.sample,}
}