python/pytsk: Updated for version 20190121.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
44e56f02e5
commit
7fdd0bf0c1
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for pytsk
|
||||
# Copyright 2014-2016 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2014-2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated v20180225 March 2018, Barry J. Grundy.
|
||||
# Updated v20190121 March 2019
|
||||
|
||||
PRGNAM=pytsk
|
||||
VERSION=${VERSION:-20180225}
|
||||
VERSION=${VERSION:-20190121}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytsk"
|
||||
VERSION="20180225"
|
||||
VERSION="20190121"
|
||||
HOMEPAGE="https://github.com/py4n6/pytsk"
|
||||
DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20180225/pytsk3-20180225.tar.gz"
|
||||
MD5SUM="3aee8797a985382b86fb618204350092"
|
||||
DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20190121/pytsk3-20190121.tar.gz"
|
||||
MD5SUM="14956a80e150a695d03a361e087423f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue