python/dfvfs: Updated for version 20160918.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2017-01-22 15:22:34 +07:00 committed by Willy Sudiarto Raharjo
parent 8508d131ca
commit 150ded4ccb
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 11 deletions

View file

@ -4,7 +4,3 @@ The goal of dfVFS is to provide a generic interface for accessing file-system
objects, for which it uses several back-ends that provide the actual
implementation of the various storage media types, volume systems and file
systems.
For more information see:
* Project documentation: https://github.com/log2timeline/dfvfs/wiki/Home

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for dfvfs
# Copyright 2014-2016 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,10 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# updated for v20160108 August 2016 Barry J. Grundy
# updated for v20160918 January 2017 Barry J. Grundy
PRGNAM=dfvfs
VERSION=${VERSION:-20160108}
VERSION=${VERSION:-20160918}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dfvfs"
VERSION="20160108"
VERSION="20160918"
HOMEPAGE="https://github.com/log2timeline/dfvfs"
DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20160108/dfvfs-20160108.tar.gz"
MD5SUM="32566e6bb2664f3e114b172205d8f4d7"
DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20160918/dfvfs-20160918.tar.gz"
MD5SUM="15fbee8f09ff971a4206f74a34650fbd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="construct protobuf libbde libewf libfsntfs libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow pytsk"
REQUIRES="construct pycrypto dfdatetime pytsk libbde libewf libfsntfs libfvde libfwnt libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"