From d3eecb50bf834d69fca2e1c323294594bf07a48b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Jun 2018 11:02:48 +0200 Subject: app-misc/tails-installer: use HTTPs Acked-by: Austin English Closes: https://github.com/gentoo/gentoo/pull/8869 --- app-misc/tails-installer/tails-installer-4.4.11.ebuild | 6 +++--- app-misc/tails-installer/tails-installer-4.4.8.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-misc/tails-installer/tails-installer-4.4.11.ebuild b/app-misc/tails-installer/tails-installer-4.4.11.ebuild index 19426c959275..e67daaeac16f 100644 --- a/app-misc/tails-installer/tails-installer-4.4.11.ebuild +++ b/app-misc/tails-installer/tails-installer-4.4.11.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 @@ -9,8 +9,8 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils DESCRIPTION="A graphical tool to install or upgrade Tails on a USB stick from an ISO image" -HOMEPAGE="https://tails.boum.org http://git.tails.boum.org/liveusb-creator" -SRC_URI="http://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://tails.boum.org https://git.tails.boum.org/liveusb-creator" +SRC_URI="https://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" diff --git a/app-misc/tails-installer/tails-installer-4.4.8.ebuild b/app-misc/tails-installer/tails-installer-4.4.8.ebuild index 2c3bb2dc3688..95febfb28b2b 100644 --- a/app-misc/tails-installer/tails-installer-4.4.8.ebuild +++ b/app-misc/tails-installer/tails-installer-4.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,8 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils DESCRIPTION="A graphical tool to install or upgrade Tails on a USB stick from an ISO image" -HOMEPAGE="https://tails.boum.org http://git.tails.boum.org/liveusb-creator" -SRC_URI="http://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://tails.boum.org https://git.tails.boum.org/liveusb-creator" +SRC_URI="https://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad