summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2017-03-02 21:42:59 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:26:48 +0100
commit8b3b954d9098771dd00b83c9605ba652c3d41231 (patch)
treea93574da71a94ee4a092d31ca777c2507800ee92
parentbb8feaeb0f38af0fa0a14676332745ac05dded8c (diff)
downloadslackbuilds-8b3b954d9098771dd00b83c9605ba652c3d41231.tar.gz
system/lz4: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/lz4/lz4.SlackBuild3
-rw-r--r--system/lz4/lz4.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/system/lz4/lz4.SlackBuild b/system/lz4/lz4.SlackBuild
index 184b0ee71b..69bf6ea2ef 100644
--- a/system/lz4/lz4.SlackBuild
+++ b/system/lz4/lz4.SlackBuild
@@ -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 . \
diff --git a/system/lz4/lz4.info b/system/lz4/lz4.info
index c37ee0fc0b..a197c25000 100644
--- a/system/lz4/lz4.info
+++ b/system/lz4/lz4.info
@@ -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=""