mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
Upgrade to v8.10.1
This commit is contained in:
parent
e7e238d98d
commit
9f9fc9669c
3 changed files with 6 additions and 6 deletions
|
@ -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.1-linux-x86_64.tar.gz
|
||||
SOURCE_SUM=17a88b8bd1cf5e7d991016693336d85ef480e23a26967b33d545f2b6765e4d42
|
||||
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.9.2-linux-aarch64.tar.gz
|
||||
SOURCE_SUM=27529a4e04c8b66a8b4bc220805745cc75d57b60d76f3963d3a033011ff1c8f0
|
||||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.1-linux-aarch64.tar.gz
|
||||
SOURCE_SUM=cd03f80dcc03861c06d1412f011eff2672f4620a6a82acf0e53a2a08e2adc68b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
"en": "Distributed and RESTful search engine.",
|
||||
"fr": "Moteur de recherche RESTful."
|
||||
},
|
||||
"version": "8.9.2~ynh1",
|
||||
"version": "8.10.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.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",
|
||||
|
|
Loading…
Reference in a new issue