diff options
author | 2019-02-17 17:42:33 +0100 | |
---|---|---|
committer | 2019-02-17 19:12:06 +0200 | |
commit | d610fdaf421741826ab18c73d4049f51d19720f2 (patch) | |
tree | 9abbfbb7f2e9e9513cb8685a9101e6815ee4ed80 /app-crypt | |
parent | app-crypt/bestcrypt: cleanup old (diff) | |
download | gentoo-d610fdaf421741826ab18c73d4049f51d19720f2.tar.gz gentoo-d610fdaf421741826ab18c73d4049f51d19720f2.tar.bz2 gentoo-d610fdaf421741826ab18c73d4049f51d19720f2.zip |
app-crypt/bestcrypt: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/11086
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild | 6 |
1 files 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" |