diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-31 19:24:31 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-31 19:25:54 +0000 |
commit | eaea3bf8a90e0ad0739e6e88629340c05c31fce7 (patch) | |
tree | 6c9421cab6e829b145d81b718d77353d95616021 | |
parent | db71657811113505e8ebd6cada74c97313eb4200 (diff) | |
download | aports-eaea3bf8a90e0ad0739e6e88629340c05c31fce7.tar.bz2 aports-eaea3bf8a90e0ad0739e6e88629340c05c31fce7.tar.xz |
main/iptables: build against new libnftnl
-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 2502e2064a..65dc7bf1e1 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -2,7 +2,7 @@ pkgname=iptables pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" |