sleuthkit: update to 4.6.3
This commit is contained in:
parent
f532213e13
commit
042fc3dfcd
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sleuthkit'
|
# Template file for 'sleuthkit'
|
||||||
pkgname=sleuthkit
|
pkgname=sleuthkit
|
||||||
version=4.6.2
|
version=4.6.3
|
||||||
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=a41edce93b72127bac73132d062edf6ff90b66f6a08e18b46e5734b1bb3d51ed
|
checksum=315fd5cb49953f1ae7e1e07a3cfff0da811ec3333bb758436f92c827c326f023
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue