system/isomd5sum: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-02 16:14:46 -05:00 committed by Willy Sudiarto Raharjo
parent 8073eb0edc
commit 6c9064a6a6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170302 bkw: use long-format github URL
PRGNAM=isomd5sum
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
@ -45,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/$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="isomd5sum"
VERSION="1.1.0"
HOMEPAGE="https://github.com/rhinstaller/isomd5sum/"
DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.1.0.tar.gz"
DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.1.0/isomd5sum-1.1.0.tar.gz"
MD5SUM="eac79ba8ecc16034339a8675a989833e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""