diff --git a/README.md b/README.md index 60d4c70..1e2debd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine +**Shipped version:** 1.7.1~ynh1 -**Shipped version:** 1.6.2~ynh1 - -**Demo:** https://where2watch.meilisearch.com/ +**Demo:** ## Screenshots @@ -29,11 +28,11 @@ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -41,7 +40,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug or sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 0a9526e..66b2c5b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail. +**Version incluse :** 1.7.1~ynh1 -**Version incluse :** 1.6.2~ynh1 - -**Démo :** https://where2watch.meilisearch.com/ +**Démo :** ## Captures d’écran @@ -28,11 +27,11 @@ Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intèg ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -40,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug ou sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index 838d68a..d2ee28e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "MeiliSearch" 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" -version = "1.6.2~ynh1" +version = "1.7.1~ynh1" maintainers = ["Julien Gomes Dias"] @@ -42,10 +42,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.2/meilisearch-linux-amd64" - amd64.sha256 = "6fbde39810d360f3da39b8950fb0d01880ff8c0d7ca7e358fde445118046f223" - arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.2/meilisearch-linux-aarch64" - arm64.sha256 = "452d7b5193c93d43a735ce966e743f5647c0d754eb54914ce826d813d02784ad" + amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-amd64" + amd64.sha256 = "0d0f088723323b9dedfbb8699d02eb2428a6449391df08a024317d7ac3dab0c2" + arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-aarch64" + arm64.sha256 = "f6fa8cbad6b884ed8ff86f333ffc306eb707a2dbd07959902a57ff12c277cfa2" rename = "meilisearch" in_subdir = false extract = false