diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 12:11:03 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 12:11:03 +0000 |
commit | 96a5f72397c2a94a1332337466e1ce9f196410fe (patch) | |
tree | 1693da10fee551b6d22c8e9659c0c9ad43525e16 /community/iptstate/APKBUILD | |
parent | 34dbcccd45a408e1291e412a30180d3fd3d10abe (diff) | |
download | aports-96a5f72397c2a94a1332337466e1ce9f196410fe.tar.bz2 aports-96a5f72397c2a94a1332337466e1ce9f196410fe.tar.xz |
community/iptstate: updated url
Diffstat (limited to 'community/iptstate/APKBUILD')
-rw-r--r-- | community/iptstate/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/iptstate/APKBUILD b/community/iptstate/APKBUILD index d7fab2be2d..2fc76a5f7a 100644 --- a/community/iptstate/APKBUILD +++ b/community/iptstate/APKBUILD @@ -4,12 +4,10 @@ pkgname=iptstate pkgver=2.2.6 pkgrel=0 pkgdesc="top-like interface to netfilter connection-tracking table" -url="http://www.phildev.net/iptstate/" +url="https://www.phildev.net/iptstate/" arch="all" license="MIT" -depends="" makedepends="ncurses-dev libnetfilter_conntrack-dev libnfnetlink-dev linux-headers" -install="" subpackages="$pkgname-doc" source="https://github.com/jaymzh/iptstate/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2" |