python/pytsk: Updated for version 20180225.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2018-03-22 00:49:51 +00:00 committed by David Spencer
parent 29210c335f
commit db4419c46b
3 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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=""