mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Merge pull request #61 from YunoHost-Apps/ci-auto-update-1.8.0
Upgrade to v1.8.0
This commit is contained in:
commit
1e6df235b7
6 changed files with 11 additions and 11 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||
|
||||
|
||||
**Shipped version:** 1.7.6~ynh1
|
||||
**Shipped version:** 1.8.0~ynh1
|
||||
|
||||
**Demo:** <https://where2watch.meilisearch.com/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.7.6~ynh1
|
||||
**Paketatutako bertsioa:** 1.8.0~ynh1
|
||||
|
||||
**Demoa:** <https://where2watch.meilisearch.com/>
|
||||
|
||||
|
|
|
@ -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.6~ynh1
|
||||
**Version incluse :** 1.8.0~ynh1
|
||||
|
||||
**Démo :** <https://where2watch.meilisearch.com/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.7.6~ynh1
|
||||
**Versión proporcionada:** 1.8.0~ynh1
|
||||
|
||||
**Demo:** <https://where2watch.meilisearch.com/>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 MeiliSearch
|
||||
# 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)
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||
|
||||
|
||||
**分发版本:** 1.7.6~ynh1
|
||||
**分发版本:** 1.8.0~ynh1
|
||||
|
||||
**演示:** <https://where2watch.meilisearch.com/>
|
||||
|
||||
|
|
|
@ -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.6~ynh1"
|
||||
version = "1.8.0~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.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"
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.8.0/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "e4a5cb85b99a571508d1556f61683dabab38d1bb6c7e35a34366a30bd8ae2b37"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.8.0/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "aae70c8f208f5f7bbc89ba19f2d0e19eee9caff97f54aad241f6741249052e87"
|
||||
rename = "meilisearch"
|
||||
in_subdir = false
|
||||
extract = false
|
||||
|
|
Loading…
Reference in a new issue