diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 21:57:14 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 21:57:14 +0000 |
commit | c8fd607e21287bbba0d8b773c5506c6319bbd881 (patch) | |
tree | 7dd3e480e28c2ef565e349a37c00a98f4cfd7d33 /python/dfwinreg | |
parent | cb63b9a754ec34784b707b63e02e4eb4b6e7d45b (diff) |
python/dfwinreg: Updated for version 20170706.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dfwinreg')
-rw-r--r-- | python/dfwinreg/dfwinreg.SlackBuild | 8 | ||||
-rw-r--r-- | python/dfwinreg/dfwinreg.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild index 16fdc32e3737..10f7c48042b9 100644 --- a/python/dfwinreg/dfwinreg.SlackBuild +++ b/python/dfwinreg/dfwinreg.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dfwinreg -# Copyright 2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2017-2018 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. # -# New Submission for version 20160428, January 2017, Barry J. Grundy +# Updated to version 20170706, March 2018 PRGNAM=dfwinreg -VERSION=${VERSION:-20160428} +VERSION=${VERSION:-20170706} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ACKNOWLEDGEMENTS AUTHORS LICENSE 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 mkdir -p $PKG/install diff --git a/python/dfwinreg/dfwinreg.info b/python/dfwinreg/dfwinreg.info index 31ee32e2b2eb..5122dc7e95da 100644 --- a/python/dfwinreg/dfwinreg.info +++ b/python/dfwinreg/dfwinreg.info @@ -1,8 +1,8 @@ PRGNAM="dfwinreg" -VERSION="20160428" +VERSION="20170706" HOMEPAGE="https://github.com/log2timeline/dfwinreg" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/dfwinreg-20160428.tar.gz" -MD5SUM="57a8c1d72a3a1cb50f2b114f92f838f4" +DOWNLOAD="https://github.com/log2timeline/dfwinreg/releases/download/20170706/dfwinreg-20170706.tar.gz" +MD5SUM="64ef5f83bf944aac6636df8ba1c83a1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="construct dfdatetime libregf" |