python/pytsk: Updated for version 20230125.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f71b73868
commit
a7b01d888a
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for pytsk
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# Updated v20211111 May 2022
|
# Updated v20230125 July 2023
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=pytsk
|
PRGNAM=pytsk
|
||||||
VERSION=${VERSION:-20211111}
|
VERSION=${VERSION:-20230125}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pytsk"
|
PRGNAM="pytsk"
|
||||||
VERSION="20211111"
|
VERSION="20230125"
|
||||||
HOMEPAGE="https://github.com/py4n6/pytsk"
|
HOMEPAGE="https://github.com/py4n6/pytsk"
|
||||||
DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20211111/pytsk3-20211111.tar.gz"
|
DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20230125/pytsk3-20230125.tar.gz"
|
||||||
MD5SUM="95bf07a666c7e0c1540138be3cb1b6cb"
|
MD5SUM="ec9168db3616cf4310318f70fa9e22de"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue