summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyatlinuxleo.com>2018-03-22 00:49:51 +0000
committer David Spencer <idlemoor@slackbuilds.org>2018-03-22 00:49:51 +0000
commitdb4419c46bbb277fe34c7c1a32d74abfe495064d (patch)
treecc9da19d8c2ee89a4f7047975904d1efa84b8dea /python
parent29210c335ffd9249b4377eeac8b22689e3a8bff1 (diff)
downloadslackbuilds-db4419c46bbb277fe34c7c1a32d74abfe495064d.tar.gz
slackbuilds-db4419c46bbb277fe34c7c1a32d74abfe495064d.tar.xz
python/pytsk: Updated for version 20180225.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pytsk/README4
-rw-r--r--python/pytsk/pytsk.SlackBuild6
-rw-r--r--python/pytsk/pytsk.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/python/pytsk/README b/python/pytsk/README
index 6cd744505e..241090b0dc 100644
--- a/python/pytsk/README
+++ b/python/pytsk/README
@@ -1,7 +1,7 @@
pytsk is a Python binding for the SleuthKit.
-The SleuthKit is a forensic file system analysis framework
-(http://www.sleuthkit.org/), and is available on SBo.
+The SleuthKit is a forensic file system analysis framework
+(http://www.sleuthkit.org/), and is available on SBo.
Optional dependancies include libewf and afflib (on SBo)
for image format support.
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild
index de6b429f6d..b0e311cf85 100644
--- a/python/pytsk/pytsk.SlackBuild
+++ b/python/pytsk/pytsk.SlackBuild
@@ -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 v20160721 August 2016, Barry J. Grundy.
+# Updated v20180225 March 2018, Barry J. Grundy.
PRGNAM=pytsk
-VERSION=${VERSION:-20160721}
+VERSION=${VERSION:-20180225}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,7 +78,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README LICENSE dpkg/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/pytsk/pytsk.info b/python/pytsk/pytsk.info
index d3a6ed7881..66422e8a02 100644
--- a/python/pytsk/pytsk.info
+++ b/python/pytsk/pytsk.info
@@ -1,8 +1,8 @@
PRGNAM="pytsk"
-VERSION="20160721"
+VERSION="20180225"
HOMEPAGE="https://github.com/py4n6/pytsk"
-DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20160721/pytsk3-20160721.tar.gz"
-MD5SUM="9b2f263238a871237f84fe8dcfbd4932"
+DOWNLOAD="https://github.com/py4n6/pytsk/releases/download/20180225/pytsk3-20180225.tar.gz"
+MD5SUM="3aee8797a985382b86fb618204350092"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""