aboutsummaryrefslogtreecommitdiff
path: root/python/pytsk/pytsk.SlackBuild
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2022-05-20 02:02:19 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:18 +0700
commit7b17802fdf9b8f2fe91e83d36bd6af2d07685d27 (patch)
tree47270723c25ed16ca622b485b71125228d043079 /python/pytsk/pytsk.SlackBuild
parent6f34de94d8edb154531f6020d52bd465efa05d57 (diff)
downloadslackbuilds-7b17802fdf9b8f2fe91e83d36bd6af2d07685d27.tar.xz
python/pytsk: Updated for version 20211111.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytsk/pytsk.SlackBuild')
-rw-r--r--python/pytsk/pytsk.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild
index 3a59fec9541f..c2419fdff5c0 100644
--- a/python/pytsk/pytsk.SlackBuild
+++ b/python/pytsk/pytsk.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for pytsk
-# Copyright 2014-2021 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-2022 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 v20210801 August 2021
+# Updated v20211111 May 2022
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pytsk
-VERSION=${VERSION:-20210801}
+VERSION=${VERSION:-20211111}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}