net-analyzer/ostinato: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-05-07 20:51:08 +02:00
committed by Aaron Bauman
parent 1b032c8990
commit 74828acd1f
3 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"