summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-16 19:40:39 +0100
committerAaron Bauman <bman@gentoo.org>2019-03-20 16:25:41 -0400
commit0408259ac09c584a94c7926794166fced5c5b32e (patch)
treef87206afb6d75187e4e7a8d4806ca358b1c9fd72 /dev-php
parent18fa3b9e15f0ddc092d65f0a8654d30a94ef2704 (diff)
downloadgentoo-0408259ac09c584a94c7926794166fced5c5b32e.tar.gz
gentoo-0408259ac09c584a94c7926794166fced5c5b32e.tar.xz
dev-php/PEAR-Archive_Tar: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11385 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild
index 67ea4e4bba0..15a49fdeafd 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.5.ebuild
@@ -7,8 +7,8 @@ MY_PN="${PN/PEAR-/}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Tar file management class"
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+HOMEPAGE="https://pear.php.net/package/${MY_PN}"
+SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"