diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2016-03-21 23:45:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-21 23:54:28 +0700 |
commit | ca2e320e13e7354393511bee40865d93f84c481a (patch) | |
tree | 66d3d56b86379c77c2002565377b70cd840b1db4 /python/pytsk | |
parent | 7695b3ab8424f38982b1dd7aa1050cdcac24b88c (diff) | |
download | slackbuilds-ca2e320e13e7354393511bee40865d93f84c481a.tar.gz |
python/pytsk: Updated for version 20160318.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytsk')
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 10 | ||||
-rw-r--r-- | python/pytsk/pytsk.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index e25c084195..0f616e4992 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for pytsk -# Copyright 2014-2015 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-2016 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 v20150111 January 2015, Barry J. Grundy. +# Updated v20160318 March 2016, Barry J. Grundy. PRGNAM=pytsk -VERSION=${VERSION:-20150406} +VERSION=${VERSION:-20160318} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,8 +61,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz -cd $PRGNAM +tar xvf $CWD/"$PRGNAM"3-$VERSION.tar.gz +cd "$PRGNAM"3-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/pytsk/pytsk.info b/python/pytsk/pytsk.info index bd8f95f18c..8e63863229 100644 --- a/python/pytsk/pytsk.info +++ b/python/pytsk/pytsk.info @@ -1,8 +1,8 @@ PRGNAM="pytsk" -VERSION="20150406" +VERSION="20160318" HOMEPAGE="https://github.com/py4n6/pytsk" -DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20150406/pytsk-20150406.tgz" -MD5SUM="2f830014482effe77205486fc5f2fc7a" +DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20160318/pytsk3-20160318.tar.gz" +MD5SUM="9c0559d59493bf34d659aa710a9a5f5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sleuthkit" |