diff options
-rw-r--r-- | python/pytsk/README | 4 | ||||
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 6 | ||||
-rw-r--r-- | python/pytsk/pytsk.info | 6 |
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="" |