diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-20 14:39:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-20 22:02:57 +0700 |
commit | 8d3421410b2d913af98a1a1c3d26a9d84afc795c (patch) | |
tree | 1469c33d2eae0eaab6869de6a17a88db4e886c9f /python | |
parent | cf6e8f6ab07e5a3271f56c0f9f17c29e39ad92b0 (diff) | |
download | slackbuilds-8d3421410b2d913af98a1a1c3d26a9d84afc795c.tar.gz |
python/dfwinreg: Updated for version 20180712.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/dfwinreg/dfwinreg.SlackBuild | 6 | ||||
-rw-r--r-- | python/dfwinreg/dfwinreg.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild index 10f7c48042..49d7b70c55 100644 --- a/python/dfwinreg/dfwinreg.SlackBuild +++ b/python/dfwinreg/dfwinreg.SlackBuild @@ -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} diff --git a/python/dfwinreg/dfwinreg.info b/python/dfwinreg/dfwinreg.info index 5122dc7e95..c53bde133a 100644 --- a/python/dfwinreg/dfwinreg.info +++ b/python/dfwinreg/dfwinreg.info @@ -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" |