1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00

Merge pull request #53 from YunoHost-Apps/ci-auto-update-1.7.1

Upgrade to v1.7.1
This commit is contained in:
eric_G 2024-03-19 23:16:39 +01:00 committed by GitHub
commit 658ce90b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 26 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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:** <https://where2watch.meilisearch.com/>
## Screenshots
@ -29,11 +28,11 @@ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
## Documentation and resources
* Official app website: <https://www.meilisearch.com/>
* Official admin documentation: <https://www.meilisearch.com/docs>
* Upstream app code repository: <https://github.com/meilisearch/meilisearch/>
* YunoHost Store: <https://apps.yunohost.org/app/meilisearch>
* Report a bug: <https://github.com/YunoHost-Apps/meilisearch_ynh/issues>
- Official app website: <https://www.meilisearch.com/>
- Official admin documentation: <https://www.meilisearch.com/docs>
- Upstream app code repository: <https://github.com/meilisearch/meilisearch/>
- YunoHost Store: <https://apps.yunohost.org/app/meilisearch>
- Report a bug: <https://github.com/YunoHost-Apps/meilisearch_ynh/issues>
## 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

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -17,10 +17,9 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
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 :** <https://where2watch.meilisearch.com/>
## 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 lapp : <https://www.meilisearch.com/>
* Documentation officielle de ladmin : <https://www.meilisearch.com/docs>
* Dépôt de code officiel de lapp : <https://github.com/meilisearch/meilisearch/>
* YunoHost Store: <https://apps.yunohost.org/app/meilisearch>
* Signaler un bug : <https://github.com/YunoHost-Apps/meilisearch_ynh/issues>
- Site officiel de lapp : <https://www.meilisearch.com/>
- Documentation officielle de ladmin : <https://www.meilisearch.com/docs>
- Dépôt de code officiel de lapp : <https://github.com/meilisearch/meilisearch/>
- YunoHost Store : <https://apps.yunohost.org/app/meilisearch>
- Signaler un bug : <https://github.com/YunoHost-Apps/meilisearch_ynh/issues>
## 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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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