diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-16 20:44:07 +0100 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-02-16 22:24:42 +0200 |
commit | 80f9012d34ea2869e07bfa98cfc885fabb32093a (patch) | |
tree | cf7595684c55944429c61031753f0f075cf2049f /app-crypt | |
parent | app-admin/hddtemp: Drop old (diff) | |
download | gentoo-80f9012d34ea2869e07bfa98cfc885fabb32093a.tar.gz gentoo-80f9012d34ea2869e07bfa98cfc885fabb32093a.tar.bz2 gentoo-80f9012d34ea2869e07bfa98cfc885fabb32093a.zip |
app-crypt/bcwipe: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/11076
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/bcwipe/bcwipe-1.9.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild index c879aa885721..2b76c45f52b2 100644 --- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.9.13.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 @@ -6,9 +6,9 @@ EAPI=7 MY_PV="$(ver_rs 2- -)" DESCRIPTION="Secure file removal utility" -HOMEPAGE="http://www.jetico.com/" +HOMEPAGE="https://www.jetico.com/" SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz - doc? ( http://www.jetico.com/linux/BCWipe.doc.tgz )" + doc? ( https://www.jetico.com/linux/BCWipe.doc.tgz )" LICENSE="bestcrypt" SLOT="0" |