mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Merge pull request #30 from YunoHost-Apps/ci-auto-update-1.3.2
Upgrade to v1.3.2
This commit is contained in:
commit
adf14985ac
3 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.3.1~ynh1
|
**Shipped version:** 1.3.2~ynh1
|
||||||
|
|
||||||
**Demo:** https://where2watch.meilisearch.com/
|
**Demo:** https://where2watch.meilisearch.com/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail.
|
Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail.
|
||||||
|
|
||||||
**Version incluse :** 1.3.1~ynh1
|
**Version incluse :** 1.3.2~ynh1
|
||||||
|
|
||||||
**Démo :** https://where2watch.meilisearch.com/
|
**Démo :** https://where2watch.meilisearch.com/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "MeiliSearch"
|
||||||
description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
|
description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
|
||||||
description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
|
description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
|
||||||
|
|
||||||
version = "1.3.1~ynh1"
|
version = "1.3.2~ynh1"
|
||||||
|
|
||||||
maintainers = ["Julien Gomes Dias"]
|
maintainers = ["Julien Gomes Dias"]
|
||||||
|
|
||||||
|
@ -40,10 +40,10 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-amd64"
|
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.2/meilisearch-linux-amd64"
|
||||||
amd64.sha256 = "ecad82a7474296ff709441c8ea9c8ecc9d6101ca578db40b393dfa4ef7cd4a17"
|
amd64.sha256 = "779008d8725f2a5c8b8e84a763e773678cd2327b7ea6cf106ba4321ad1082e20"
|
||||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-aarch64"
|
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.2/meilisearch-linux-aarch64"
|
||||||
arm64.sha256 = "261d22b35ff9c88ec6007e8f25284e2f54eb200e8bac57ac044a8918b7c462eb"
|
arm64.sha256 = "410a73c75f7cf05e58e267c3d0488f0e5e517c5580e0ca80dd377564a5915e98"
|
||||||
rename = "meilisearch"
|
rename = "meilisearch"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
extract = false
|
extract = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue