commit: 65ce3e83800a28459ab6d20826bccb280b6e6316 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 20 17:54:39 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 18:26:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ce3e83
dev-db/sqlcl-bin: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11424 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild b/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild index 2da7c12ea1e..94a010ed64d 100644 --- a/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.ebuild +++ b/dev-db/sqlcl-bin/sqlcl-bin-17.4.0.354.2224.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/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Oracle SQLcl is the new SQL*Plus" -HOMEPAGE="http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html" +HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html" SRC_URI="${MY_P}-no-jre.zip" RESTRICT="bindist fetch mirror"
