diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 19:46:38 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:43 -0400 |
commit | 112a197132eef609015854226c3306496bc822b4 (patch) | |
tree | afda260c682316d5ce190b382424161353b98e60 /dev-php/PEAR-Crypt_GPG | |
parent | dev-php/PEAR-Console_Getopt: use HTTPS (diff) | |
download | gentoo-112a197132eef609015854226c3306496bc822b4.tar.gz gentoo-112a197132eef609015854226c3306496bc822b4.tar.bz2 gentoo-112a197132eef609015854226c3306496bc822b4.zip |
dev-php/PEAR-Crypt_GPG: 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-Crypt_GPG')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild index f07396ab6c05..8ce3847954b3 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_PV="${PV/_/}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)" -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" diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild index f40428e9b276..8d1ec5f7b2aa 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="${PV/_/}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)" -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" |