diff options
author | Barry J. Grundy <bgrundyat> | 2023-07-28 20:54:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 20:54:03 +0700 |
commit | a7b01d888a11948148aa26114d323c6dd60bc59f (patch) | |
tree | d17d659730d4ee03a2ff7df2a8ebbf0c3a555b01 /python/pytsk | |
parent | 8f71b73868f57d5315dffccf8470f098d07f0d33 (diff) |
python/pytsk: Updated for version 20230125.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytsk')
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 6 | ||||
-rw-r--r-- | python/pytsk/pytsk.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index c2419fdff5c0..6ec9c0a1645b 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for pytsk -# Copyright 2014-2022 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-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 v20211111 May 2022 +# Updated v20230125 July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pytsk -VERSION=${VERSION:-20211111} +VERSION=${VERSION:-20230125} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pytsk/pytsk.info b/python/pytsk/pytsk.info index 03d52dc05fb2..44d4ce8bdc1e 100644 --- a/python/pytsk/pytsk.info +++ b/python/pytsk/pytsk.info @@ -1,8 +1,8 @@ PRGNAM="pytsk" -VERSION="20211111" +VERSION="20230125" HOMEPAGE="https://github.com/py4n6/pytsk" -DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20211111/pytsk3-20211111.tar.gz" -MD5SUM="95bf07a666c7e0c1540138be3cb1b6cb" +DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20230125/pytsk3-20230125.tar.gz" +MD5SUM="ec9168db3616cf4310318f70fa9e22de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |