libraries/libesedb: Updated for version 20181228.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2019-01-19 04:14:46 +07:00 committed by Willy Sudiarto Raharjo
parent 442d49e79a
commit a4ec76af5a
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libesedb
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,11 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20160622 August 2016 Barry J. Grundy <bgrundy(at)linuxleo.com
# Updated v20181228 Jan 2019
PRGNAM=libesedb
STATUS=${STATUS:-experimental}
VERSION=${VERSION:-20160622}
VERSION=${VERSION:-20181228}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,7 +91,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README* $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="libesedb"
VERSION="20160622"
VERSION="20181228"
HOMEPAGE="https://github.com/libyal/libesedb"
DOWNLOAD="https://github.com/libyal/libesedb/releases/download/20160622/libesedb-experimental-20160622.tar.gz"
MD5SUM="ed8c2f8aa47242a527d8ba48fc5a0a10"
DOWNLOAD="https://github.com/libyal/libesedb/releases/download/20181228/libesedb-experimental-20181228.tar.gz"
MD5SUM="916419bde52e7905191616378d0cf58f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""