diff options
Diffstat (limited to 'community/keepalived/PKGBUILD')
-rw-r--r-- | community/keepalived/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD index c5bb554c4..79f88ade6 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90520 2013-05-12 23:55:17Z seblu $ +# $Id: PKGBUILD 96808 2013-09-05 18:47:07Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=keepalived -pkgver=1.2.7 -pkgrel=3 +pkgver=1.2.8 +pkgrel=1 pkgdesc='Failover and monitoring daemon for LVS clusters' arch=('i686' 'x86_64') url='http://www.keepalived.org/' @@ -13,7 +13,7 @@ backup=('etc/keepalived/keepalived.conf') depends=('openssl' 'popt' 'libnl1') source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" 'keepalived.service') -md5sums=('8551a34ee048895dbe5350a031ff29c1' +md5sums=('8a362b6cea145fd4393bf004d09b4057' '0a5171f4298528315e8a8004b55befb7') build() { |