vcpkg/ports/yara/vcpkg.json
JonLiu1993 81610d74c8
[YARA] update to 4.1.0 (#17551)
* [YARA] update to 4.1.0

* version update
2021-05-21 01:16:52 -07:00

11 lines
202 B
JSON

{
"name": "yara",
"version": "4.1.0",
"description": "The pattern matching swiss knife",
"homepage": "https://github.com/VirusTotal/yara",
"dependencies": [
"jansson",
"openssl"
]
}