libraries/libsmdev: Fix DOWNLOAD.
The previous tag has been deleted from github. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd16bfabf2
commit
2c7c88184c
|
@ -28,7 +28,6 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libsmdev
|
||||
VERSION=${VERSION:-20181227}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,7 +72,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$STATUS-$VERSION.tar.gz
|
||||
tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="libsmdev"
|
||||
VERSION="20181227"
|
||||
HOMEPAGE="https://github.com/libyal/libsmdev"
|
||||
DOWNLOAD="https://github.com/libyal/libsmdev/releases/download/20181227/libsmdev-alpha-20181227.tar.gz"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/libs/libsmdev/libsmdev_20181227.orig.tar.gz"
|
||||
MD5SUM="9b993b2f7b763e321e52a407ae0ccffd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue