yara: update to 4.0.0, adopt
This commit is contained in:
parent
15f852d54a
commit
9d861aac67
2 changed files with 6 additions and 6 deletions
|
@ -3001,7 +3001,7 @@ libbctoolbox.so.1 bctoolbox-0.6.0_1
|
|||
libortp.so.13 ortp-1.0.2_1
|
||||
libsuperlu.so.5 superlu-5.2.1_1
|
||||
libgosu.so.0 gosu-0.12.0_1
|
||||
libyara.so.3 libyara-3.5.0_1
|
||||
libyara.so.4 libyara-4.0.0_1
|
||||
libyaz_icu.so.5 yaz-5.23.1_1
|
||||
libyaz.so.5 yaz-5.23.1_1
|
||||
libyaz_server.so.5 yaz-5.23.1_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'yara'
|
||||
pkgname=yara
|
||||
version=3.11.0
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-magic --enable-cuckoo"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libressl-devel file-devel jansson-devel"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libressl-devel file-devel jansson-devel protobuf-c-devel"
|
||||
short_desc="Pattern matching swiss knife for malware researchers"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://virustotal.github.io/yara/"
|
||||
distfiles="https://github.com/VirusTotal/yara/archive/v${version}.tar.gz"
|
||||
checksum=de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633
|
||||
checksum=8ee411fe3a60d1b463f152e356e0ee46b23331c461fd60ef8f82fed580c73f46
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue