diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-12 07:39:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-12 07:39:25 +0000 |
commit | 4d0ac720511bd3b21210e4928111ed0d31785c33 (patch) | |
tree | 890a0f56b6074e6cd5d834eec27b8107b7b0865b | |
parent | 0202047d15c7dd6f03d15bdc9ea83e929026a954 (diff) | |
download | aports-4d0ac720511bd3b21210e4928111ed0d31785c33.tar.bz2 aports-4d0ac720511bd3b21210e4928111ed0d31785c33.tar.xz |
main/iptables: bump pkgrel due to the commit reverts
-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 d9f2902f70..2502e2064a 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -2,7 +2,7 @@ pkgname=iptables pkgver=1.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" |