mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
Update manifest.toml
This commit is contained in:
parent
fca438c184
commit
97d984aed0
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ name = "ElasticSearch 8"
|
||||||
description.en = "Distributed and RESTful search engine"
|
description.en = "Distributed and RESTful search engine"
|
||||||
description.fr = "Moteur de recherche RESTful"
|
description.fr = "Moteur de recherche RESTful"
|
||||||
|
|
||||||
version = "8.11.1~ynh3"
|
version = "8.14.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["fflorent"]
|
maintainers = ["fflorent"]
|
||||||
|
|
||||||
|
@ -33,10 +33,10 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz"
|
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-linux-aarch64.tar.gz"
|
||||||
arm64.sha256 = "1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb"
|
arm64.sha256 = "22a969b10c8d5ed21a258a85e64c9910e5d4931a70afccf8c4a85942b2a05900"
|
||||||
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz"
|
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-linux-x86_64.tar.gz"
|
||||||
amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780"
|
amd64.sha256 = "914226dea149dd5d056367be54bb28315325343776b7f04df47c5ced73f39faa"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue