commit: 25eddc2c838f119cd64e13afb7607c612602baa1 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri May 3 19:22:52 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 5 01:02:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eddc2c
dev-libs/libestr: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11887 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/libestr/libestr-0.1.10.ebuild | 6 +++--- dev-libs/libestr/libestr-0.1.11.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libestr/libestr-0.1.10.ebuild b/dev-libs/libestr/libestr-0.1.10.ebuild index 7fdd28148ec..c02a15e7005 100644 --- a/dev-libs/libestr/libestr-0.1.10.ebuild +++ b/dev-libs/libestr/libestr-0.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="Library for some string essentials" -HOMEPAGE="http://libestr.adiscon.com/" -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" +HOMEPAGE="https://libestr.adiscon.com/" +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11.ebuild index 1d625e762d5..9a94a570065 100644 --- a/dev-libs/libestr/libestr-0.1.11.ebuild +++ b/dev-libs/libestr/libestr-0.1.11.ebuild @@ -6,8 +6,8 @@ EAPI="7" inherit autotools DESCRIPTION="Library for some string essentials" -HOMEPAGE="http://libestr.adiscon.com/" -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" +HOMEPAGE="https://libestr.adiscon.com/" +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"
