system/lz4: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-02 15:42:59 -05:00 committed by Willy Sudiarto Raharjo
parent ce849434ba
commit f40e6a009e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170302 bkw: use github long-format URL
# 20170122 bkw: update for 1.7.5
PRGNAM=lz4
@ -46,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="lz4"
VERSION="1.7.5"
HOMEPAGE="https://lz4.github.io/lz4/"
DOWNLOAD="https://github.com/lz4/lz4/archive/v1.7.5.tar.gz"
DOWNLOAD="https://github.com/lz4/lz4/archive/v1.7.5/lz4-1.7.5.tar.gz"
MD5SUM="c9610c5ce97eb431dddddf0073d919b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""