vcpkg/ports/yara/vcpkg.json
JonLiu1993 89e00e66f7
[yara ] update to v4.2.0 (#23901)
* [yara ] update to v4.2.0

* update version

* modern function

* update version
2022-04-01 14:31:35 -07:00

16 lines
292 B
JSON

{
"name": "yara",
"version": "4.2.0",
"description": "The pattern matching swiss knife",
"homepage": "https://github.com/VirusTotal/yara",
"license": "BSD-3-Clause",
"dependencies": [
"jansson",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
}
]
}