diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 19:48:17 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:45 -0400 |
commit | 3edeb584f5d6c56255b5a009c38a0446b0e7c94e (patch) | |
tree | 1656faef6c554b38b7a87ec78b6f62ce390b74a5 /dev-php/PEAR-File_Archive | |
parent | dev-php/PEAR-Exception: use HTTPS (diff) | |
download | gentoo-3edeb584f5d6c56255b5a009c38a0446b0e7c94e.tar.gz gentoo-3edeb584f5d6c56255b5a009c38a0446b0e7c94e.tar.bz2 gentoo-3edeb584f5d6c56255b5a009c38a0446b0e7c94e.zip |
dev-php/PEAR-File_Archive: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-File_Archive')
-rw-r--r-- | dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild index ae8e9667a517..efd696159702 100644 --- a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild +++ b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Easily manipulate archives in PHP" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="LGPL-2.1" SLOT="0" |