app-arch/lziprecover: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:43:53 +0000 (11:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:53:08 +0000 (11:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/lziprecover/lziprecover-1.21.ebuild

index 028656837c86330d078f99bff7a1feeb170d3c59..0ab539cf99001353d9f8a8ae7e61d2e8e3650ce6 100644 (file)
@@ -6,9 +6,10 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Lziprecover is a data recovery tool and decompressor for lzip compressed files"
-HOMEPAGE="http://www.nongnu.org/lzip/lziprecover.html"
-SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz
-       http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P/_/-}.tar.gz"
+HOMEPAGE="https://www.nongnu.org/lzip/lziprecover.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz
+       https://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P/_/-}.tar.gz"
+
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"