sci-electronics/pulseview: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 11 Apr 2018 08:31:27 +0000 (10:31 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 11 Apr 2018 09:39:51 +0000 (11:39 +0200)
sci-electronics/pulseview/pulseview-0.4.0.ebuild
sci-electronics/pulseview/pulseview-9999.ebuild

index 6409ce513f866e1ecd97ace496624a2abfdb16e6..cd8a3b7f986baf1b2c73e20a20eff9e9a947fbd7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="git://sigrok.org/${PN}"
        inherit git-r3
 else
-       SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
+       SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Qt based logic analyzer GUI for sigrok"
-HOMEPAGE="http://sigrok.org/wiki/PulseView"
+HOMEPAGE="https://sigrok.org/wiki/PulseView"
 
 LICENSE="GPL-3"
 SLOT="0"
index 7e6e167635a80ddf0dc178590e78131eaff20796..c91f1edbcbbf7c4df2aab5ab4ded82e8a2a02fda 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="git://sigrok.org/${PN}"
        inherit git-r3
 else
-       SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
+       SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Qt based logic analyzer GUI for sigrok"
-HOMEPAGE="http://sigrok.org/wiki/PulseView"
+HOMEPAGE="https://sigrok.org/wiki/PulseView"
 
 LICENSE="GPL-3"
 SLOT="0"