evtx: update time-rs for rust 1.80
This commit is contained in:
parent
836ce4c81a
commit
69ec3f0825
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'evtx'
|
# Template file for 'evtx'
|
||||||
pkgname=evtx
|
pkgname=evtx
|
||||||
version=0.8.2
|
version=0.8.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Parser for the Windows XML Event Log (EVTX) format"
|
short_desc="Parser for the Windows XML Event Log (EVTX) format"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
@ -9,3 +9,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/omerbenamram/evtx"
|
homepage="https://github.com/omerbenamram/evtx"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=5330f3d811fb3aae468260d01f95103385c1ad7caca37ee282814c9e37956cd2
|
checksum=5330f3d811fb3aae468260d01f95103385c1ad7caca37ee282814c9e37956cd2
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package time --precise 0.3.35
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue