diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-11-17 19:38:07 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-11-17 19:38:45 +1100 |
commit | e6427a7285d0e583145be959ed43710a597a42a4 (patch) | |
tree | 8dd4d5a849533b1ede8a4087925c1979207dca80 /dev-libs/qcustomplot | |
parent | x11-themes/smplayer-skins: remove 15.2.0-r0 (diff) | |
download | gentoo-e6427a7285d0e583145be959ed43710a597a42a4.tar.gz gentoo-e6427a7285d0e583145be959ed43710a597a42a4.tar.bz2 gentoo-e6427a7285d0e583145be959ed43710a597a42a4.zip |
dev-libs/qcustomplot: use HTTPS
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'dev-libs/qcustomplot')
-rw-r--r-- | dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild index c5e360b617d4..3d626c3e1188 100644 --- a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild +++ b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit qmake-utils DESCRIPTION="Qt C++ widget for plotting and data visualization" -HOMEPAGE="http://www.qcustomplot.com/" +HOMEPAGE="https://www.qcustomplot.com/" SRC_URI=" - http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz - http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" + https://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz + https://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" SLOT="0" LICENSE="GPL-3" |