mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/PEAR-Net_SmartIRC: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
106070ef82
commit
1b780e8bcf
@@ -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
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
MY_PN="${PN/PEAR-/}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
HOMEPAGE="http://pear.php.net/package/${MY_PN}"
|
||||
HOMEPAGE="https://pear.php.net/package/${MY_PN}"
|
||||
# The PEAR tarball is missing some docs as of v1.10.0.
|
||||
SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz
|
||||
-> ${MY_P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user