diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-07 20:51:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:51 -0400 |
commit | 74828acd1fbc43856f34aaebd022d54c9fb89a96 (patch) | |
tree | 8d233a2bfcb95e4b47d3a70128359292d70bf4f7 /net-analyzer | |
parent | dev-ruby/rb-readline-r7: use HTTPS (diff) | |
download | gentoo-74828acd1fbc43856f34aaebd022d54c9fb89a96.tar.gz gentoo-74828acd1fbc43856f34aaebd022d54c9fb89a96.tar.bz2 gentoo-74828acd1fbc43856f34aaebd022d54c9fb89a96.zip |
net-analyzer/ostinato: use HTTPS
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.8.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.9.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild index 1feec41aa768..ab172d3770cc 100644 --- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild +++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qt4-r2 DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz" LICENSE="GPL-3" diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild index 9b5821f9b93a..3642909eb53e 100644 --- a/net-analyzer/ostinato/ostinato-0.8.ebuild +++ b/net-analyzer/ostinato/ostinato-0.8.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 qt4-r2 DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild index fa2db04b283b..124577240763 100644 --- a/net-analyzer/ostinato/ostinato-0.9.ebuild +++ b/net-analyzer/ostinato/ostinato-0.9.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit qmake-utils DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://github.com/pstavirs/ostinato/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" |