app-crypt/bestcrypt: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 17 Feb 2019 16:42:33 +0000 (17:42 +0100)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sun, 17 Feb 2019 17:12:06 +0000 (19:12 +0200)
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>
app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild

index 73ee43d0d035f96dccc663e7fafcb3abdedf719a..d78350c9d4c16d322645282266aa91bdce91879f 100644 (file)
@@ -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"