diff options
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 3a59fec954..c2419fdff5 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} |