python/dfwinreg: Updated for version 20180712.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2019-01-20 14:39:44 +07:00 committed by Willy Sudiarto Raharjo
parent cf6e8f6ab0
commit 8d3421410b
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for dfwinreg
# Copyright 2017-2018 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2017-2019 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 to version 20170706, March 2018
# Updated to version 20180712, Jan 2019
PRGNAM=dfwinreg
VERSION=${VERSION:-20170706}
VERSION=${VERSION:-20180712}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dfwinreg"
VERSION="20170706"
VERSION="20180712"
HOMEPAGE="https://github.com/log2timeline/dfwinreg"
DOWNLOAD="https://github.com/log2timeline/dfwinreg/releases/download/20170706/dfwinreg-20170706.tar.gz"
MD5SUM="64ef5f83bf944aac6636df8ba1c83a1b"
DOWNLOAD="https://github.com/log2timeline/dfwinreg/releases/download/20180712/dfwinreg-20180712.tar.gz"
MD5SUM="7160c912a10f40cc091f7224be1bbccc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="construct dfdatetime libregf"
REQUIRES="PyYAML dfdatetime dtfabric libregf"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"