summaryrefslogtreecommitdiffstats
path: root/python/dfwinreg
diff options
context:
space:
mode:
Diffstat (limited to 'python/dfwinreg')
-rw-r--r--python/dfwinreg/dfwinreg.SlackBuild8
-rw-r--r--python/dfwinreg/dfwinreg.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild
index 4ecaf70cdb..2295dbb362 100644
--- a/python/dfwinreg/dfwinreg.SlackBuild
+++ b/python/dfwinreg/dfwinreg.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for dfwinreg
-# Copyright 2017-2022 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2017-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 to version 20211207 May 2022
+# Updated to version 20221218 July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dfwinreg
-VERSION=${VERSION:-20211207}
+VERSION=${VERSION:-20221218}
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 ACKNOWLEDGEMENTS AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README $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/dfwinreg/dfwinreg.info b/python/dfwinreg/dfwinreg.info
index 2c14ef32b3..2bf3b71d12 100644
--- a/python/dfwinreg/dfwinreg.info
+++ b/python/dfwinreg/dfwinreg.info
@@ -1,8 +1,8 @@
PRGNAM="dfwinreg"
-VERSION="20211207"
+VERSION="20221218"
HOMEPAGE="https://github.com/log2timeline/dfwinreg"
-DOWNLOAD="https://linuxleo.com/Source/dfwinreg-20211207.tar.gz"
-MD5SUM="6756c10adbce619ed331bcf026fdb214"
+DOWNLOAD="https://linuxleo.com/Source/dfwinreg-20221218.tar.gz"
+MD5SUM="33e6765ceb77ad51dfc036f9d9675819"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dfdatetime dtfabric libregf libcreg"