From d610fdaf421741826ab18c73d4049f51d19720f2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Feb 2019 17:42:33 +0100 Subject: [PATCH] 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 --- app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.26.2