lzop: switch to https.

This commit is contained in:
Jérôme Duval
2019-02-13 17:40:02 +01:00
committed by GitHub
parent da084b0683
commit 8a3c8cb7f7

View File

@@ -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"