From: Michael Mair-Keimberger Date: Sun, 17 Feb 2019 16:42:33 +0000 (+0100) Subject: app-crypt/bestcrypt: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d610fdaf421741826ab18c73d4049f51d19720f2;p=gentoo.git app-crypt/bestcrypt: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11086 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Alon Bar-Lev --- diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild b/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild index 73ee43d0d035..d78350c9d4c1 100644 --- a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-2.0.14.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 @@ -7,8 +7,8 @@ inherit linux-mod toolchain-funcs MY_PN="BestCrypt" DESCRIPTION="commercially licensed transparent filesystem encryption" -HOMEPAGE="http://www.jetico.com/" -SRC_URI="http://www.jetico.com/linux/${MY_PN}-${PV}.tar.gz" +HOMEPAGE="https://www.jetico.com/" +SRC_URI="https://www.jetico.com/linux/${MY_PN}-${PV}.tar.gz" LICENSE="bestcrypt" SLOT="0"