diff options
-rw-r--r-- | textproc/opensearch/Makefile | 5 | ||||
-rw-r--r-- | textproc/opensearch/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile index fd2bacd756ce..319d70c1b337 100644 --- a/textproc/opensearch/Makefile +++ b/textproc/opensearch/Makefile @@ -1,7 +1,7 @@ # Created by: Sven R <freebsd@hackacad.net> PORTNAME= opensearch -DISTVERSION= 1.3.1 +DISTVERSION= 2.0.0 DISTVERSIONSUFFIX= -linux-x64 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${PORTVERSION}/ @@ -24,7 +24,6 @@ SHEBANG_FILES= bin/opensearch bin/opensearch-cli \ bin/opensearch-env bin/opensearch-env-from-file \ bin/opensearch-keystore bin/opensearch-node \ bin/opensearch-plugin bin/opensearch-shard \ - bin/performance-analyzer-agent-cli \ plugins/opensearch-security/tools/audit_config_migrater.sh \ plugins/opensearch-security/tools/hash.sh \ plugins/opensearch-security/tools/install_demo_configuration.sh \ @@ -43,7 +42,7 @@ CONFIG_FILES= opensearch.yml jvm.options log4j2.properties BINS= opensearch opensearch-cli opensearch-env \ opensearch-env-from-file opensearch-keystore \ opensearch-node opensearch-plugin \ - opensearch-shard performance-analyzer-agent-cli + opensearch-shard SEARCHUSER?= opensearch SEARCHGROUP?= ${SEARCHUSER} diff --git a/textproc/opensearch/distinfo b/textproc/opensearch/distinfo index bb8eefe775d9..9c53b1e8c34f 100644 --- a/textproc/opensearch/distinfo +++ b/textproc/opensearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648835208 -SHA256 (opensearch-1.3.1-linux-x64.tar.gz) = a5863c08a9a7cc25fb7171242df37c8225a21027ff7283527343681cc1875f61 -SIZE (opensearch-1.3.1-linux-x64.tar.gz) = 421092963 +TIMESTAMP = 1653931534 +SHA256 (opensearch-2.0.0-linux-x64.tar.gz) = bec706d221052cb962ed0e6973d28e1058f21ef3dfc054c97c991bb279b0564e +SIZE (opensearch-2.0.0-linux-x64.tar.gz) = 449451749 |