mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
commit
86765f26ab
5 changed files with 7 additions and 9 deletions
|
@ -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.1~ynh1
|
||||
**Shipped version:** 8.10.3~ynh1
|
||||
|
||||
**Demo:** https://www.elastic.co/demos
|
||||
## Disclaimers / important information
|
||||
|
@ -40,7 +40,6 @@ To learn more about Elasticsearch’s features and capabilities, see the [produc
|
|||
* Official app website: <https://elastic.co>
|
||||
* Official admin documentation: <https://www.elastic.co/guide/en/elasticsearch/reference/8.10/elasticsearch-intro.html>
|
||||
* Upstream app code repository: <https://github.com/elastic/elasticsearch>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_elasticsearch8>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -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.1~ynh1
|
||||
**Version incluse :** 8.10.3~ynh1
|
||||
|
||||
**Démo :** https://www.elastic.co/demos
|
||||
## Avertissements / informations importantes
|
||||
|
@ -40,7 +40,6 @@ To learn more about Elasticsearch’s features and capabilities, see the [produc
|
|||
* Site officiel de l’app : <https://elastic.co>
|
||||
* Documentation officielle de l’admin : <https://www.elastic.co/guide/en/elasticsearch/reference/8.10/elasticsearch-intro.html>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/elastic/elasticsearch>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_elasticsearch8>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1-linux-x86_64.tar.gz
|
||||
SOURCE_SUM=17a88b8bd1cf5e7d991016693336d85ef480e23a26967b33d545f2b6765e4d42
|
||||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-linux-x86_64.tar.gz
|
||||
SOURCE_SUM=00ba66d1b67226ed87ff1c27815bb5961e352177709dd8794ef9a77b4e90a394
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1-linux-aarch64.tar.gz
|
||||
SOURCE_SUM=cd03f80dcc03861c06d1412f011eff2672f4620a6a82acf0e53a2a08e2adc68b
|
||||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-linux-aarch64.tar.gz
|
||||
SOURCE_SUM=ca965cccaabbdcb67f13a7e7b166bd7c51004c9ca55ec0ba004c475ca0024bef
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Distributed and RESTful search engine.",
|
||||
"fr": "Moteur de recherche RESTful."
|
||||
},
|
||||
"version": "8.10.1~ynh1",
|
||||
"version": "8.10.3~ynh1",
|
||||
"url": "https://github.com/elastic/elasticsearch",
|
||||
"upstream": {
|
||||
"license": "SSPL-1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue