diff options
Diffstat (limited to 'community/keepalived/PKGBUILD')
-rw-r--r-- | community/keepalived/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD index dfa6b51df..a818d85c4 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73694 2012-07-14 12:56:44Z seblu $ +# $Id: PKGBUILD 74779 2012-08-04 01:16:35Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=keepalived -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc='Failover and monitoring daemon for LVS clusters' arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" 'keepalived.rc' 'keepalived.service' 'keepalived.conf') -md5sums=('1516a2fa0793184ff5c7ad77bac79460' +md5sums=('86d39fb62be4e2eef4417af4298dec48' '0d7ea6296bce403a5d24be305a0a9d73' '7a327df915700dcd45a049d099c9c42b' '9c8142da8730ad27a345587dea83ced7') |