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 65f6bd77c67f..823f3b8e80c9 100644 --- a/security/wazuh-indexer/Makefile +++ b/security/wazuh-indexer/Makefile @@ -1,5 +1,5 @@ PORTNAME= wazuh -PORTVERSION= 4.11.2 +PORTVERSION= 4.12.0 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/opensearch216 +RUN_DEPENDS= ${LOCALBASE}/lib/opensearch/bin/opensearch:textproc/opensearch219 NO_BUILD= yes |