diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2021-10-25 00:04:43 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2021-10-25 00:37:50 +0200 |
commit | 02b01526102dd246ae5f16030e58d8d04bb29189 (patch) | |
tree | 0d24b50a9bf49c0449af91555b0056e5879a7901 /textproc | |
parent | sysutils/beats7: Update to 7.15.1 (diff) |
textproc/elasticsearch7: Update to 7.15.1
- Update to 7.15.1
- Bump minimum JAVA version to 11
- Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.15.1.html
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/elasticsearch7/Makefile | 4 | ||||
-rw-r--r-- | textproc/elasticsearch7/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/elasticsearch7/Makefile b/textproc/elasticsearch7/Makefile index c534589526fd..cdf79626f8a1 100644 --- a/textproc/elasticsearch7/Makefile +++ b/textproc/elasticsearch7/Makefile @@ -1,7 +1,7 @@ # Created by: Tom Judge <tj@FreeBSD.org> PORTNAME= elasticsearch -PORTVERSION= 7.14.0 +PORTVERSION= 7.15.1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ PKGNAMESUFFIX= 7 @@ -18,7 +18,7 @@ RUN_DEPENDS= bash>0:shells/bash \ USES= cpe shebangfix USE_JAVA= yes -JAVA_VERSION= 8+ +JAVA_VERSION= 11+ USE_RC_SUBR= ${PORTNAME} SHEBANG_FILES= bin/elasticsearch bin/elasticsearch-certgen \ diff --git a/textproc/elasticsearch7/distinfo b/textproc/elasticsearch7/distinfo index e8e2ab5eb8bb..f08cd3baade2 100644 --- a/textproc/elasticsearch7/distinfo +++ b/textproc/elasticsearch7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628162062 -SHA256 (elasticsearch-7.14.0-darwin-x86_64.tar.gz) = a7ecf5980fe37a29eaccbfced80cd93e72e0c6b20b7870c4fcbae99965ef6f86 -SIZE (elasticsearch-7.14.0-darwin-x86_64.tar.gz) = 336013319 +TIMESTAMP = 1635018834 +SHA256 (elasticsearch-7.15.1-darwin-x86_64.tar.gz) = ad093b4fe6773363fbc9c17d32a89222e536899b2a41c8dcc47b82a9c1459b6c +SIZE (elasticsearch-7.15.1-darwin-x86_64.tar.gz) = 338602042 |