ntdsextract2: update to 1.4.6.
This commit is contained in:
parent
2bc71d82af
commit
0ce9960e6d
|
@ -1,5 +1,5 @@
|
||||||
--- a/ntdsextract2-1.4.4/Cargo.toml
|
--- a/ntdsextract2-1.4.6/Cargo.toml
|
||||||
+++ b/ntdsextract2-1.4.4/Cargo.toml
|
+++ b/ntdsextract2-1.4.6/Cargo.toml
|
||||||
@@ -37,8 +37,7 @@
|
@@ -37,8 +37,7 @@
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
bodyfile = "0.1.4"
|
bodyfile = "0.1.4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ntdsextract2'
|
# Template file for 'ntdsextract2'
|
||||||
pkgname=ntdsextract2
|
pkgname=ntdsextract2
|
||||||
version=1.4.4
|
version=1.4.6
|
||||||
revision=1
|
revision=1
|
||||||
_esedbver=0.2.5
|
_esedbver=0.2.5
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/janstarke/ntdsextract2"
|
homepage="https://github.com/janstarke/ntdsextract2"
|
||||||
distfiles="https://github.com/janstarke/ntdsextract2/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/janstarke/ntdsextract2/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/sunsetkookaburra/rust-libesedb/archive/refs/tags/libesedb-v${_esedbver}.tar.gz"
|
https://github.com/sunsetkookaburra/rust-libesedb/archive/refs/tags/libesedb-v${_esedbver}.tar.gz"
|
||||||
checksum="ee449a74b6c671dde43d0d4b75fbe6846b4a2ed26fb70bde337957ad82176241
|
checksum="c8700cf12ce0302403e09e772aa7e1aa5b137b43ba61fa62832c691f328e6ce3
|
||||||
30fce9b9766903280d3f6273e2f991b2296ccd3eed878262d1a68c7ceb76b658"
|
30fce9b9766903280d3f6273e2f991b2296ccd3eed878262d1a68c7ceb76b658"
|
||||||
make_check=no # testing requires a large sample test file that isn't distributed
|
make_check=no # testing requires a large sample test file that isn't distributed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue