diff options
Diffstat (limited to 'sci-electronics/pulseview')
-rw-r--r-- | sci-electronics/pulseview/pulseview-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | sci-electronics/pulseview/pulseview-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-electronics/pulseview/pulseview-0.4.0.ebuild b/sci-electronics/pulseview/pulseview-0.4.0.ebuild index 6409ce513f86..cd8a3b7f986b 100644 --- a/sci-electronics/pulseview/pulseview-0.4.0.ebuild +++ b/sci-electronics/pulseview/pulseview-0.4.0.ebuild @@ -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" diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index 7e6e167635a8..c91f1edbcbbf 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-9999.ebuild @@ -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" |