mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/lz4: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ce849434ba
commit
f40e6a009e
2 changed files with 3 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue