mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libfsntfs: 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
ad0b98f2bb
commit
27f249b043
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libfsntfs
|
||||
VERSION=${VERSION:-20190104}
|
||||
STATUS=${STATUS:-experimental}
|
||||
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="libfsntfs"
|
||||
VERSION="20190104"
|
||||
HOMEPAGE="https://github.com/libyal/libfsntfs"
|
||||
DOWNLOAD="https://github.com/libyal/libfsntfs/releases/download/20190104/libfsntfs-experimental-20190104.tar.gz"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/libf/libfsntfs/libfsntfs_20190104.orig.tar.gz"
|
||||
MD5SUM="ccd38f5e3391c468121a57659066ed90"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue