summaryrefslogtreecommitdiffstats
path: root/python/dtfabric
diff options
context:
space:
mode:
Diffstat (limited to 'python/dtfabric')
-rw-r--r--python/dtfabric/dtfabric.SlackBuild8
-rw-r--r--python/dtfabric/dtfabric.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/dtfabric/dtfabric.SlackBuild b/python/dtfabric/dtfabric.SlackBuild
index 9c2b9a833c..d9b3cae7ef 100644
--- a/python/dtfabric/dtfabric.SlackBuild
+++ b/python/dtfabric/dtfabric.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for dfdatetime
-# Copyright 2019-2022 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2019-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,12 +21,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Updated for version 20220219 May 2022
+# Updated for version 20230520 July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dtfabric
-VERSION=${VERSION:-20220219}
+VERSION=${VERSION:-20230520}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README LICENSE AUTHORS PKG-INFO ACKNOWLEDGEMENTS docs/ $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README LICENSE docs/ $PKG/usr/doc/$PRGNAM-$VERSION
# Remove duplicated docs in /usr/share/doc
rm -rf $PKG/usr/share
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/dtfabric/dtfabric.info b/python/dtfabric/dtfabric.info
index 5900daa39c..011420c49b 100644
--- a/python/dtfabric/dtfabric.info
+++ b/python/dtfabric/dtfabric.info
@@ -1,8 +1,8 @@
PRGNAM="dtfabric"
-VERSION="20220219"
+VERSION="20230520"
HOMEPAGE="https://github.com/libyal/dtfabric"
-DOWNLOAD="https://linuxleo.com/Source/dtfabric-20220219.tar.gz"
-MD5SUM="cbf7cbab1cc7221c0c0fce877f8778a1"
+DOWNLOAD="https://linuxleo.com/Source/dtfabric-20230520.tar.gz"
+MD5SUM="6d56470ec3ede046cfabd334952b1e8e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""