sleuthkit: update to 4.6.7.

This commit is contained in:
Leah Neukirchen 2019-08-03 15:46:14 +02:00
parent 6afd785000
commit 72b4746f2a

View file

@ -1,6 +1,6 @@
# Template file for 'sleuthkit' # Template file for 'sleuthkit'
pkgname=sleuthkit pkgname=sleuthkit
version=4.6.6 version=4.6.7
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=ec469d9a385ef5e2dd5fef53ba828ba1f841a3639b1049da24bcfde3cde9a094 checksum=7f6305160109d681dd6fe00b7a19f1c43af35d2eb265d3abbdc2749611707687
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