summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundy@linuxleo.com>2023-08-04 19:56:01 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-05 10:08:49 +0700
commit4efb61730801c9901a0dcf7a282202c70f33c447 (patch)
tree91f7b81eb330fdfaa0e2495fe9cf491ddd34c71a
parent566f51fa1556e56bd0917bb433c57863c5a60335 (diff)
downloadslackbuilds-4efb61730801c9901a0dcf7a282202c70f33c447.tar.gz
slackbuilds-4efb61730801c9901a0dcf7a282202c70f33c447.tar.xz
libraries/libesedb: Updated for version 20230318.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libesedb/libesedb.SlackBuild8
-rw-r--r--libraries/libesedb/libesedb.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libesedb/libesedb.SlackBuild b/libraries/libesedb/libesedb.SlackBuild
index 458d108d68..e4949f3277 100644
--- a/libraries/libesedb/libesedb.SlackBuild
+++ b/libraries/libesedb/libesedb.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libesedb
#
-# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
+# Copyright 2014-2023 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,12 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Updated v20210424, May 2022
+# Updated for version 20230318, July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libesedb
-VERSION=${VERSION:-20210424}
+VERSION=${VERSION:-20230318}
STATUS=${STATUS:-experimental}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -101,7 +101,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 AUTHORS ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/libraries/libesedb/libesedb.info b/libraries/libesedb/libesedb.info
index f24fbc0fa7..e3eeaeec01 100644
--- a/libraries/libesedb/libesedb.info
+++ b/libraries/libesedb/libesedb.info
@@ -1,8 +1,8 @@
PRGNAM="libesedb"
-VERSION="20210424"
+VERSION="20230318"
HOMEPAGE="https://github.com/libyal/libesedb"
-DOWNLOAD="https://linuxleo.com/Source/libesedb-experimental-20210424.tar.gz"
-MD5SUM="b1413f44759316e3a5a5e1009f488862"
+DOWNLOAD="https://linuxleo.com/Source/libesedb-experimental-20230318.tar.gz"
+MD5SUM="32836fbeb8146026770f5f7d13f727fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""