ntdsextract2: update to 0.12.2.

This commit is contained in:
Andrew Benson 2023-07-03 22:12:08 -05:00
parent 0a58c01e1a
commit 8f3f1740bf

View file

@ -1,17 +1,11 @@
# Template file for 'ntdsextract2' # Template file for 'ntdsextract2'
pkgname=ntdsextract2 pkgname=ntdsextract2
version=0.9.1 version=0.12.2
revision=2 revision=1
build_style=cargo build_style=cargo
short_desc="Display contents of Active Directory database files" short_desc="Display contents of Active Directory database files"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later" 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"
checksum=75b3731dac5e3d2f6d3149f60f4336d3bd2732a1843bfff6e1fcb8d1cc46fc45 checksum=d6515d5c703d6d2dd0d921439d72f0e47a0f58b41d9efc24aa2eeda92068b3fb
post_patch() {
# https://github.com/janstarke/ntdsextract2/pull/8
cargo generate-lockfile
cargo update --package libesedb@0.1.4 --precise 0.1.3
}