From f8a0de72c2adff9f08c9874a78b91d9c27167114 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Sep 2023 06:10:56 +0000 Subject: [PATCH] Upgrade to v8.10.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 74d3bf4..c4fd2ca 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.2-linux-x86_64.tar.gz -SOURCE_SUM=34b041697dacad305aa407e0cafb5465d8b5ac8666a909b47df481a99b19410d +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.0-linux-x86_64.tar.gz +SOURCE_SUM=716f7a3bdcf96d827a0d89898d25d113c3c43062bdc747fdba49b9077bdacbdb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 0232bbc..424a009 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.2-linux-aarch64.tar.gz -SOURCE_SUM=27529a4e04c8b66a8b4bc220805745cc75d57b60d76f3963d3a033011ff1c8f0 +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.0-linux-aarch64.tar.gz +SOURCE_SUM=4f76ddf18280945591d0858d843c059b2c41abf88d5a06681c5e9168edbb0201 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5cb9d3d..1d8cd3a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Distributed and RESTful search engine.", "fr": "Moteur de recherche RESTful." }, - "version": "8.9.2~ynh1", + "version": "8.10.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.9/elasticsearch-intro.html", + "admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.10/elasticsearch-intro.html", "code": "https://github.com/elastic/elasticsearch" }, "license": "SSPL-1.0",