vcpkg/ports/yara/vcpkg.json
Matt Swann 521611caa7
[yara] Update to 4.2.3 to resolve security vulnerability (#26770)
* Update yara version

* Update ref to v4.2.3

* Update portfile.cmake

Update SHA512 hash with value from build

* Update versions to 4.2.3 per x-add-version
2022-09-13 16:40:10 -07:00

16 lines
292 B
JSON

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