sleuthkit: update to 4.7.0.

This commit is contained in:
Leah Neukirchen 2019-10-12 18:54:59 +02:00
parent bcf14b563b
commit e147638381
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sleuthkit' # Template file for 'sleuthkit'
pkgname=sleuthkit pkgname=sleuthkit
version=4.6.7 version=4.7.0
revision=1 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only, IPL-1.0, CPL-1.0" license="GPL-2.0-only, IPL-1.0, CPL-1.0"
homepage="https://www.sleuthkit.org/" homepage="https://www.sleuthkit.org/"
distfiles="https://github.com/sleuthkit/${pkgname}/archive/${pkgname}-${version}.tar.gz" distfiles="https://github.com/sleuthkit/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=7f6305160109d681dd6fe00b7a19f1c43af35d2eb265d3abbdc2749611707687 checksum=bc56f342442ef02f981a7c461e23ff407e1b9e68b16d2f28150b6300c4435996
post_extract() { post_extract() {
sed -i 's/daddr_t/uint32_t/g' tools/srchtools/sigfind.cpp sed -i 's/daddr_t/uint32_t/g' tools/srchtools/sigfind.cpp