system/fsv: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
56809c7c68
commit
386c911faa
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170302 bkw: use long-format githhub URL
|
||||
|
||||
PRGNAM=fsv
|
||||
VERSION=${VERSION:-0.9_1}
|
||||
BUILD=${BUILD:-1}
|
||||
|
@ -46,7 +48,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$SRCVER.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="fsv"
|
||||
VERSION="0.9_1"
|
||||
HOMEPAGE="https://github.com/mcuelenaere/fsv"
|
||||
DOWNLOAD="https://github.com/mcuelenaere/fsv/archive/fsv-0.9-1.tar.gz"
|
||||
DOWNLOAD="https://github.com/mcuelenaere/fsv/archive/fsv-0.9-1/fsv-fsv-0.9-1.tar.gz"
|
||||
MD5SUM="61e8d3ce2803d8873a717d20d22fbc6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue