diff options
author | Barry J. Grundy <bgrundyat> | 2023-07-28 20:58:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 20:58:54 +0700 |
commit | b9b5c275213d68a5e4e71de909ba1b71ec03465e (patch) | |
tree | 8f90db263903e02f56e394428680ec725df695b9 /python | |
parent | afa53f14a5ce85a337e14875ac3f882d5ed80d99 (diff) |
python/dfdatetime: Updated for version 20230506.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/dfdatetime/dfdatetime.SlackBuild | 8 | ||||
-rw-r--r-- | python/dfdatetime/dfdatetime.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/dfdatetime/dfdatetime.SlackBuild b/python/dfdatetime/dfdatetime.SlackBuild index 2bf6a8f387c7..bccbdbb1a617 100644 --- a/python/dfdatetime/dfdatetime.SlackBuild +++ b/python/dfdatetime/dfdatetime.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for dfdatetime -# Copyright 2016-2022 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2016-2023 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated to v20220131 May 2022 +# Updated to v20230506 July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dfdatetime -VERSION=${VERSION:-20220131} +VERSION=${VERSION:-20230506} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README LICENSE AUTHORS PKG-INFO ACKNOWLEDGEMENTS docs/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README LICENSE docs/ $PKG/usr/doc/$PRGNAM-$VERSION # Remove duplicated docs in /usr/share/doc rm -rf $PKG/usr/share diff --git a/python/dfdatetime/dfdatetime.info b/python/dfdatetime/dfdatetime.info index dfad2fb76b74..868ee85d5940 100644 --- a/python/dfdatetime/dfdatetime.info +++ b/python/dfdatetime/dfdatetime.info @@ -1,8 +1,8 @@ PRGNAM="dfdatetime" -VERSION="20220131" +VERSION="20230506" HOMEPAGE="https://github.com/log2timeline/dfdatetime" -DOWNLOAD="https://linuxleo.com/Source/dfdatetime-20220131.tar.gz" -MD5SUM="113a7ac09746fde0bdcb7db2664d7e81" +DOWNLOAD="https://linuxleo.com/Source/dfdatetime-20230506.tar.gz" +MD5SUM="a1d43dd70b6265caca5497b51c4dedb5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |