summaryrefslogtreecommitdiffstats
path: root/python/dfvfs
diff options
context:
space:
mode:
Diffstat (limited to 'python/dfvfs')
-rw-r--r--python/dfvfs/dfvfs.SlackBuild9
-rw-r--r--python/dfvfs/dfvfs.info8
2 files changed, 9 insertions, 8 deletions
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild
index cd8c4249da..8d08813ac6 100644
--- a/python/dfvfs/dfvfs.SlackBuild
+++ b/python/dfvfs/dfvfs.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for dfvfs
-# Copyright 2014-2022 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,13 +21,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# updated for v20220419 May 2022
+# updated for v20230531 July 2023
+# - build 2: added libvsapm as a requirement
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dfvfs
-VERSION=${VERSION:-20220419}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-20230531}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/dfvfs/dfvfs.info b/python/dfvfs/dfvfs.info
index 8eabdf5286..05dc6e89ca 100644
--- a/python/dfvfs/dfvfs.info
+++ b/python/dfvfs/dfvfs.info
@@ -1,10 +1,10 @@
PRGNAM="dfvfs"
-VERSION="20220419"
+VERSION="20230531"
HOMEPAGE="https://github.com/log2timeline/dfvfs"
-DOWNLOAD="https://linuxleo.com/Source/dfvfs-20220419.tar.gz"
-MD5SUM="1c68c744d186b7c04c6c4d2deae5e9a0"
+DOWNLOAD="https://linuxleo.com/Source/dfvfs-20230531.tar.gz"
+MD5SUM="3d707be94bc3b652e7fe73e946dcae2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cryptography dfdatetime dtfabric libbde libewf libfsapfs libfsext libfshfs libfsntfs libfsxfs libfvde libfwnt libluksde libmodi libphdi libqcow libsigscan libsmdev libsmraw pytsk libvhdi libvmdk libvsgpt libvshadow libvslvm xattr"
+REQUIRES="cryptography dfdatetime dtfabric libbde libewf libfsapfs libfsext libfsfat libfshfs libfsntfs libfsxfs libfvde libfwnt libluksde libmodi libphdi libqcow libsigscan libsmdev libsmraw pytsk libvhdi libvmdk libvsapm libvsgpt libvshadow libvslvm xattr"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"