mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 11:48:08 +08:00
[YARA] update to 4.1.0 (#17551)
* [YARA] update to 4.1.0 * version update
This commit is contained in:
parent
eb891c23ef
commit
81610d74c8
@ -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
|
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO VirusTotal/yara
|
REPO VirusTotal/yara
|
||||||
REF v4.0.2
|
REF e1360f6cbe3d8daf350018661bc6772bd5b726f2 #v4.1.0
|
||||||
SHA512 22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c
|
SHA512 55f55ed41af1049e500f77f6d02fb6992dabd84efb906ff0b3ba746b3c5d890cb622845622692f230dad51a510c068c0a0195932c8931d3e56c71fc17d8769d5
|
||||||
HEAD_REF dev
|
HEAD_REF dev
|
||||||
)
|
)
|
||||||
|
|
||||||
|
10
ports/yara/vcpkg.json
Normal file
10
ports/yara/vcpkg.json
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
@ -6613,7 +6613,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"yara": {
|
"yara": {
|
||||||
"baseline": "4.0.2",
|
"baseline": "4.1.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"yas": {
|
"yas": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9dfbd10f01283a8a8cf15ddb60db75e5635d3a69",
|
||||||
|
"version": "4.1.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "05877091cce367e06a5d4e06ed69484d92e420d0",
|
"git-tree": "05877091cce367e06a5d4e06ed69484d92e420d0",
|
||||||
"version-string": "4.0.2",
|
"version-string": "4.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user