diff options
author | root <root@rshg054.dnsready.net> | 2013-02-24 00:49:03 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-24 00:49:03 -0800 |
commit | 90f97c6f30af5c30599fab0b6d6c1f474ad15fe0 (patch) | |
tree | 0230ba179c3eeb50693532000b55bea6ea5ec3f7 /community/ipset | |
parent | c8c918cb8c810e3300e5165f9af7ca8ab9650a59 (diff) |
Sun Feb 24 00:48:48 PST 2013
Diffstat (limited to 'community/ipset')
-rw-r--r-- | community/ipset/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index b9835f0e9..fbf7ba29e 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82785 2013-01-24 12:55:11Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 84727 2013-02-23 17:46:16Z seblu $ +# Maintainer: Sébastien Luttringer pkgname=ipset -pkgver=6.16.1 -pkgrel=2 +pkgver=6.17 +pkgrel=1 pkgdesc='Administration tool for IP sets' arch=('i686' 'x86_64') url='http://ipset.netfilter.org' @@ -14,7 +14,7 @@ options=('!libtool') source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2" "$pkgname.systemd" "$pkgname.service") -md5sums=('9fd70c825f052db7dc9d5ba0562b7083' +md5sums=('9d439e279e02076f29fe7c9c059a5cae' '7daa4f163eef9db216cb4c428e0342a3' 'b032241b96b5802975fe4321cc511c6b') |