diff options
author | 2017-09-07 08:54:08 +0200 | |
---|---|---|
committer | 2017-09-09 23:06:55 +0200 | |
commit | ec44ed6284fa327077d446a2d553ff53879232e2 (patch) | |
tree | 87293c2bdb26d394cd4ff1246bea67a389aa7182 /sys-libs/zlib | |
parent | app-arch/bzip2: Add sublot (diff) | |
download | gentoo-ec44ed6284fa327077d446a2d553ff53879232e2.tar.gz gentoo-ec44ed6284fa327077d446a2d553ff53879232e2.tar.bz2 gentoo-ec44ed6284fa327077d446a2d553ff53879232e2.zip |
sys-libs/zlib: HOMEPAGE and SRC_URI use https
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5649
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.11.ebuild b/sys-libs/zlib/zlib-1.2.11.ebuild index a8abe0654ab4..8880513349a7 100644 --- a/sys-libs/zlib/zlib-1.2.11.ebuild +++ b/sys-libs/zlib/zlib-1.2.11.ebuild @@ -7,8 +7,8 @@ AUTOTOOLS_AUTO_DEPEND="no" inherit autotools toolchain-funcs multilib multilib-minimal DESCRIPTION="Standard (de)compression library" -HOMEPAGE="http://www.zlib.net/" -SRC_URI="http://zlib.net/${P}.tar.gz +HOMEPAGE="https://zlib.net/" +SRC_URI="https://zlib.net/${P}.tar.gz http://www.gzip.org/zlib/${P}.tar.gz http://www.zlib.net/current/beta/${P}.tar.gz" |