From 8a3c8cb7f728a1c435112a385c4af163f39c1908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 13 Feb 2019 17:40:02 +0100 Subject: [PATCH] lzop: switch to https. --- app-arch/lzop/lzop-1.04.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/lzop/lzop-1.04.recipe b/app-arch/lzop/lzop-1.04.recipe index 78e442171..9f5666e25 100644 --- a/app-arch/lzop/lzop-1.04.recipe +++ b/app-arch/lzop/lzop-1.04.recipe @@ -2,12 +2,12 @@ SUMMARY="A very fast file compressor" DESCRIPTION="Lempel-Ziv-Oberhumer Packer, lzop is a file compressor similar \ to gzip. Its main advantages over gzip are much higher compression and \ decompression speed at the cost of some compression ratio." -HOMEPAGE="http://www.lzop.org/" +HOMEPAGE="https://www.lzop.org/" COPYRIGHT="1996-2017 Markus Franz Xaver Johannes Oberhumer" LICENSE="GNU GPL v2" REVISION="1" -SOURCE_URI="http://www.lzop.org/download/lzop-$portVersion.tar.gz" +SOURCE_URI="https://www.lzop.org/download/lzop-$portVersion.tar.gz" CHECKSUM_SHA256="7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41" ARCHITECTURES="x86_gcc2 x86_64"