mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
Update manifest and sources
This commit is contained in:
parent
60c06ee397
commit
48e1a55a23
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-linux-x86_64.tar.gz
|
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.0-linux-x86_64.tar.gz
|
||||||
SOURCE_SUM=1c40ba4e0912da1432cb85c0d246f68e14a7da249feea91752c8eaeb28adf0ac
|
SOURCE_SUM=afc24fe42bc60318dac6067831dcfe1495276a99dbf87ff52d09b4af722eb96c
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-linux-aarch64.tar.gz
|
SOURCE_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.0-linux-aarch64.tar.gz
|
||||||
SOURCE_SUM=47d6532a16e02b92208a0d71289a6fb021542c925ed868e49237032bc3ab5c6a
|
SOURCE_SUM=18d3ad5f7e97b23ddb783ba7c2a9f06bbc8a86a749a0b5278a73f6a887eaeab7
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
"en": "Distributed and RESTful search engine.",
|
"en": "Distributed and RESTful search engine.",
|
||||||
"fr": "Moteur de recherche RESTful."
|
"fr": "Moteur de recherche RESTful."
|
||||||
},
|
},
|
||||||
"version": "7.17.8~ynh4",
|
"version": "8.6.0~ynh1",
|
||||||
"url": "https://github.com/elastic/elasticsearch",
|
"url": "https://github.com/elastic/elasticsearch",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "SSPL-1.0",
|
"license": "SSPL-1.0",
|
||||||
"website": "https://elastic.co",
|
"website": "https://elastic.co",
|
||||||
"demo": "https://www.elastic.co/demos",
|
"demo": "https://www.elastic.co/demos",
|
||||||
"admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/7.17/elasticsearch-intro.html",
|
"admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.6/elasticsearch-intro.html",
|
||||||
"code": "https://github.com/elastic/elasticsearch"
|
"code": "https://github.com/elastic/elasticsearch"
|
||||||
},
|
},
|
||||||
"license": "SSPL-1.0",
|
"license": "SSPL-1.0",
|
||||||
|
|
Loading…
Reference in a new issue