diff options
author | Daniele Coli <danielsan.dani@gmail.com> | 2015-11-11 18:13:18 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-12 08:50:07 +0000 |
commit | 9c98d2aa614bd21c0fd11a2bfc753387fec3fbb6 (patch) | |
tree | f01904ae1c232b485b656c6a438d0417165af3eb /main/iptables | |
parent | 0a7d1e995bcacb5684c95f6ce5f28711a6a8bb3b (diff) | |
download | aports-9c98d2aa614bd21c0fd11a2bfc753387fec3fbb6.tar.bz2 aports-9c98d2aa614bd21c0fd11a2bfc753387fec3fbb6.tar.xz |
main/iptables: Increased pkgrel
Increased pkgrel after having added description to init.d script in
previous commit.
Diffstat (limited to 'main/iptables')
-rw-r--r-- | main/iptables/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 519e4bd9df..611f3befdf 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -2,7 +2,7 @@ pkgname=iptables pkgver=1.4.21 -pkgrel=3 +pkgrel=4 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" |