diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:55:14 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:45 -0400 |
commit | 169fcb79ed9d0f6a1367a46341aaabc56d936809 (patch) | |
tree | 9eb5371b3a169d3cf7e5c3a6e7f740a004d13fac | |
parent | net-analyzer/symon: use HTTPS (diff) | |
download | gentoo-169fcb79ed9d0f6a1367a46341aaabc56d936809.tar.gz gentoo-169fcb79ed9d0f6a1367a46341aaabc56d936809.tar.bz2 gentoo-169fcb79ed9d0f6a1367a46341aaabc56d936809.zip |
net-analyzer/iptstate: use HTTPS
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/iptstate/iptstate-2.2.5.ebuild b/net-analyzer/iptstate/iptstate-2.2.5.ebuild index a3a8e345be01..0731ad67040b 100644 --- a/net-analyzer/iptstate/iptstate-2.2.5.ebuild +++ b/net-analyzer/iptstate/iptstate-2.2.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" -HOMEPAGE="http://www.phildev.net/iptstate/" +HOMEPAGE="https://www.phildev.net/iptstate/ https://github.com/jaymzh/iptstate" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="ZLIB" diff --git a/net-analyzer/iptstate/iptstate-2.2.6.ebuild b/net-analyzer/iptstate/iptstate-2.2.6.ebuild index 229188a3b618..7a073736f1e6 100644 --- a/net-analyzer/iptstate/iptstate-2.2.6.ebuild +++ b/net-analyzer/iptstate/iptstate-2.2.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" -HOMEPAGE="http://www.phildev.net/iptstate/ https://github.com/jaymzh/iptstate" +HOMEPAGE="https://www.phildev.net/iptstate/ https://github.com/jaymzh/iptstate" SRC_URI="https://github.com/jaymzh/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="ZLIB" |