diff options
author | Barry J. Grundy <bgrundyat> | 2019-03-11 09:43:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:21 +0700 |
commit | 7fdd0bf0c1c36800933401eaeca7ca8a91f50851 (patch) | |
tree | 30c58bc723cb93125482d103cb03db1e213a163d | |
parent | 44e56f02e56025f2a9ecadd2fe35b45ec36e817e (diff) |
python/pytsk: Updated for version 20190121.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 6 | ||||
-rw-r--r-- | python/pytsk/pytsk.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index b0e311cf852a..ece4b4d1572b 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -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} diff --git a/python/pytsk/pytsk.info b/python/pytsk/pytsk.info index 66422e8a0244..710f74d46f6a 100644 --- a/python/pytsk/pytsk.info +++ b/python/pytsk/pytsk.info @@ -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="" |