mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libesedb: 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
24b2ffc306
commit
76708c79be
2 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libesedb
|
||||
STATUS=${STATUS:-experimental}
|
||||
VERSION=${VERSION:-20181229}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -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="libesedb"
|
||||
VERSION="20181229"
|
||||
HOMEPAGE="https://github.com/libyal/libesedb"
|
||||
DOWNLOAD="https://github.com/libyal/libesedb/releases/download/20181229/libesedb-experimental-20181229.tar.gz"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/libe/libesedb/libesedb_20181229.orig.tar.gz"
|
||||
MD5SUM="998a37b07418292e7ba8ea7f51343366"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue