From 440ddbcd4996a562125fa97d90191a91637049f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 Nov 2023 06:11:00 +0000 Subject: [PATCH 1/2] Upgrade to v8.11.1 --- 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 06ee3a2..4b427ac 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-linux-x86_64.tar.gz -SOURCE_SUM=00ba66d1b67226ed87ff1c27815bb5961e352177709dd8794ef9a77b4e90a394 +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz +SOURCE_SUM=dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 6043db3..adbdd1a 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-linux-aarch64.tar.gz -SOURCE_SUM=ca965cccaabbdcb67f13a7e7b166bd7c51004c9ca55ec0ba004c475ca0024bef +SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz +SOURCE_SUM=1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cd6fa6c..d52f5fd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Distributed and RESTful search engine.", "fr": "Moteur de recherche RESTful." }, - "version": "8.10.3~ynh1", + "version": "8.11.1~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.10/elasticsearch-intro.html", + "admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html", "code": "https://github.com/elastic/elasticsearch" }, "license": "SSPL-1.0", From 41a06a5eb84d185f06aa1a46c1c1d7966263d907 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 Nov 2023 06:11:05 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 5 +++-- README_fr.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edf6966..18144bc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Elasticsearch is the distributed, RESTful search and analytics engine at the hea To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch). -**Shipped version:** 8.10.3~ynh1 +**Shipped version:** 8.11.1~ynh1 **Demo:** https://www.elastic.co/demos ## Disclaimers / important information @@ -38,8 +38,9 @@ To learn more about Elasticsearch’s features and capabilities, see the [produc ## Documentation and resources * Official app website: -* Official admin documentation: +* Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index f827c29..2e65ef1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Elasticsearch is the distributed, RESTful search and analytics engine at the hea To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch). -**Version incluse :** 8.10.3~ynh1 +**Version incluse :** 8.11.1~ynh1 **Démo :** https://www.elastic.co/demos ## Avertissements / informations importantes @@ -38,8 +38,9 @@ To learn more about Elasticsearch’s features and capabilities, see the [produc ## Documentations et ressources * Site officiel de l’app : -* Documentation officielle de l’admin : +* Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs