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