From 9c98d2aa614bd21c0fd11a2bfc753387fec3fbb6 Mon Sep 17 00:00:00 2001 From: Daniele Coli Date: Wed, 11 Nov 2015 18:13:18 +0100 Subject: [PATCH] main/iptables: Increased pkgrel Increased pkgrel after having added description to init.d script in previous commit. --- main/iptables/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 519e4bd9df8..611f3befdff 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"