diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/yara/CONTROL | 5 | ||||
| -rw-r--r-- | ports/yara/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/yara/vcpkg.json | 10 |
3 files changed, 12 insertions, 7 deletions
diff --git a/ports/yara/CONTROL b/ports/yara/CONTROL deleted file mode 100644 index fdd5e4f85..000000000 --- a/ports/yara/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: yara
-Version: 4.0.2
-Homepage: https://github.com/VirusTotal/yara
-Description: The pattern matching swiss knife
-Build-Depends: openssl, jansson
diff --git a/ports/yara/portfile.cmake b/ports/yara/portfile.cmake index 4dbcf958e..3b159f2e7 100644 --- a/ports/yara/portfile.cmake +++ b/ports/yara/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO VirusTotal/yara - REF v4.0.2 - SHA512 22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c + REF e1360f6cbe3d8daf350018661bc6772bd5b726f2 #v4.1.0 + SHA512 55f55ed41af1049e500f77f6d02fb6992dabd84efb906ff0b3ba746b3c5d890cb622845622692f230dad51a510c068c0a0195932c8931d3e56c71fc17d8769d5 HEAD_REF dev ) diff --git a/ports/yara/vcpkg.json b/ports/yara/vcpkg.json new file mode 100644 index 000000000..75b40876b --- /dev/null +++ b/ports/yara/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "yara", + "version": "4.1.0", + "description": "The pattern matching swiss knife", + "homepage": "https://github.com/VirusTotal/yara", + "dependencies": [ + "jansson", + "openssl" + ] +} |
