sleuthkit: use th 4.6.0 as 4.6.1 has disappeared

This commit is contained in:
Enno Boland 2018-04-30 20:05:52 +02:00
parent 9c1d38bb2a
commit 02bf6773f2
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,6 +1,6 @@
# Template file for 'sleuthkit' # Template file for 'sleuthkit'
pkgname=sleuthkit pkgname=sleuthkit
version=4.6.1 version=4.6.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
@ -12,7 +12,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="http://www.sleuthkit.org/" homepage="http://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=db34ea0891938b072bdb05c13a10235ee66f30a041fbfd6d2aeffd91f8156ca7 checksum=ad3e26958234c9e866dfbfb751bcd6ed300ff76446dc6767a6f9083df4bf4974
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