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