diff options
Diffstat (limited to 'security/wazuh-indexer/Makefile')
-rw-r--r-- | security/wazuh-indexer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/wazuh-indexer/Makefile b/security/wazuh-indexer/Makefile index abf6b5c6ddbc..5b0f136115bc 100644 --- a/security/wazuh-indexer/Makefile +++ b/security/wazuh-indexer/Makefile @@ -1,5 +1,5 @@ PORTNAME= wazuh -PORTVERSION= 4.7.5 +PORTVERSION= 4.9.2 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -indexer @@ -12,7 +12,7 @@ WWW= https://wazuh.com/ LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/lib/opensearch/bin/opensearch:textproc/opensearch210 +RUN_DEPENDS= ${LOCALBASE}/lib/opensearch/bin/opensearch:textproc/opensearch213 NO_BUILD= yes |