system/lbzip2: Use long-format github URL.

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

View file

@ -24,6 +24,8 @@
# Modified by B. Watson <yalhcru@gmail.com>.
# 20170302 bkw: use long-format github URL
# 20150519 bkw:
# - took over maintenance
# - bump VERSION to 2.5
@ -69,7 +71,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="lbzip2"
VERSION="2.5"
HOMEPAGE="https://github.com/kjn/lbzip2/"
DOWNLOAD="https://github.com/kjn/lbzip2/archive/v2.5.tar.gz"
DOWNLOAD="https://github.com/kjn/lbzip2/archive/v2.5/lbzip2-2.5.tar.gz"
MD5SUM="288e404f325d9073bdc80759cae30adc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""