mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
521611caa7
* 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
16 lines
292 B
JSON
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
|
|
}
|
|
]
|
|
}
|