From 76441a860e484877b4aa05312b0b0f4ad50b31e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 31 Mar 2023 06:11:14 +0000 Subject: [PATCH] Upgrade to v8.7.0 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 46af7b6..86c1365 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-linux-x86_64.tar.gz -SOURCE_SUM=650eda23216acfcdeebce7705a89b4b5031551cf1de814452e3cfcb990b1d5f9 +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.0-linux-x86_64.tar.gz +SOURCE_SUM=2e22f54f74792726f1ade4311ecca8079bfd6c1f5a7d15670b7e438782ae578d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index b8b6a15..b77074b 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-linux-aarch64.tar.gz -SOURCE_SUM=5b6cf03139ffe271de5a0b69ffeca9f935e7e67d1ca3ec19a12975437685fae1 +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.0-linux-aarch64.tar.gz +SOURCE_SUM=f0eca6b6a94b6c1dcb054ebe120fa537c5e9699e2b8418b5b8541c4ea79ad727 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bacd37a..76f8a7d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Distributed and RESTful search engine.", "fr": "Moteur de recherche RESTful." }, - "version": "8.6.2~ynh1", + "version": "8.7.0~ynh1", "url": "https://github.com/elastic/elasticsearch", "upstream": { "license": "SSPL-1.0", "website": "https://elastic.co", "demo": "https://www.elastic.co/demos", - "admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.6/elasticsearch-intro.html", + "admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.7/elasticsearch-intro.html", "code": "https://github.com/elastic/elasticsearch" }, "license": "SSPL-1.0",