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/pytsk.SlackBuild | |
parent | 8f71b73868f57d5315dffccf8470f098d07f0d33 (diff) |
python/pytsk: Updated for version 20230125.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytsk/pytsk.SlackBuild')
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index c2419fdff5c0d..6ec9c0a1645b4 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} |