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 #59 from YunoHost-Apps/ci-auto-update-1.7.6

Upgrade to v1.7.6
This commit is contained in:
eric_G 2024-04-25 17:17:10 +02:00 committed by GitHub
commit 172f5d9b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 60 additions and 9 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
**Shipped version:** 1.7.5~ynh1
**Shipped version:** 1.7.6~ynh1
**Demo:** <https://where2watch.meilisearch.com/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
**Paketatutako bertsioa:** 1.7.5~ynh1
**Paketatutako bertsioa:** 1.7.6~ynh1
**Demoa:** <https://where2watch.meilisearch.com/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
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.5~ynh1
**Version incluse:** 1.7.6~ynh1
**Démo:** <https://where2watch.meilisearch.com/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
**Versión proporcionada:** 1.7.5~ynh1
**Versión proporcionada:** 1.7.6~ynh1
**Demo:** <https://where2watch.meilisearch.com/>

50
README_zh_Hans.md Normal file
View file

@ -0,0 +1,50 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 MeiliSearch
[![集成程度](https://dash.yunohost.org/integration/meilisearch.svg)](https://dash.yunohost.org/appci/app/meilisearch) ![工作状态](https://ci-apps.yunohost.org/ci/badges/meilisearch.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/meilisearch.maintain.svg)
[![使用 YunoHost 安装 MeiliSearch](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 MeiliSearch。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
**分发版本:** 1.7.6~ynh1
**演示:** <https://where2watch.meilisearch.com/>
## 截图
![MeiliSearch 的截图](./doc/screenshots/meilisearch.png)
## 文档与资源
- 官方应用网站: <https://www.meilisearch.com/>
- 官方管理文档: <https://www.meilisearch.com/docs>
- 上游应用代码库: <https://github.com/meilisearch/meilisearch/>
- YunoHost 商店: <https://apps.yunohost.org/app/meilisearch>
- 报告 bug <https://github.com/YunoHost-Apps/meilisearch_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug
sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <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.7.5~ynh1"
version = "1.7.6~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.7.5/meilisearch-linux-amd64"
amd64.sha256 = "71782cae81aaebeee68ca77fa2ef18270847eba49d53edbea364301214bb56df"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.5/meilisearch-linux-aarch64"
arm64.sha256 = "7f26c1923695643bd9a6b20397465ffc6aadfb9b6b77dcc18f45f1d4c5ec1f84"
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.6/meilisearch-linux-amd64"
amd64.sha256 = "0150e35972ee23115326d8534f04f59e17d5365b2974da3c34b250e7ef439a57"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.6/meilisearch-linux-aarch64"
arm64.sha256 = "34251c7a094db6ee844dae7ae879ae3147a8355f72d5b7e9b745ad2b548d7679"
rename = "meilisearch"
in_subdir = false
extract = false