diff options
author | root <root@rshg054.dnsready.net> | 2012-05-31 00:03:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-31 00:03:48 +0000 |
commit | f1ae949e08a764ac063703dc9bb7f0afd7c16e96 (patch) | |
tree | b542ace0cdaf945c5e495f31e3c87537017c614d /extra/fping/PKGBUILD | |
parent | f676c2f568b9c75daa3e2b688978b877f950953d (diff) |
Thu May 31 00:03:48 UTC 2012
Diffstat (limited to 'extra/fping/PKGBUILD')
-rw-r--r-- | extra/fping/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/fping/PKGBUILD b/extra/fping/PKGBUILD index 7422baf3b..d451776c2 100644 --- a/extra/fping/PKGBUILD +++ b/extra/fping/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157363 2012-04-28 03:29:31Z giovanni $ +# $Id: PKGBUILD 160147 2012-05-29 23:00:04Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=fping -pkgver=3.1 +pkgver=3.2 pkgrel=1 pkgdesc="A utility to ping multiple hosts at once" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://www.fping.org/" license=('custom') depends=('glibc') source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz") -md5sums=('a2bbf3316da8c7b47a1a0ffe959d5d9e') +md5sums=('efc86557e9b54e5c3becb598a50684a0') build() { cd "$srcdir/$pkgname-$pkgver" |