mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Upgrade to v1.6.0
Changelog: https://github.com/meilisearch/meilisearch/releases/tag/v1.6.0
This commit is contained in:
parent
052d6926ff
commit
3a2aae0ad9
1 changed files with 5 additions and 5 deletions
|
@ -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.5.1~ynh1"
|
version = "1.6.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Julien Gomes Dias"]
|
maintainers = ["Julien Gomes Dias"]
|
||||||
|
|
||||||
|
@ -42,10 +42,10 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.5.1/meilisearch-linux-amd64"
|
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.0/meilisearch-linux-amd64"
|
||||||
amd64.sha256 = "4266d27d3388d5a5d93b515d8770882aa99e234af064d23279fccbcd54fd226d"
|
amd64.sha256 = "19bd9c7ad4c491720ffce288bf3f3775782ecc48a6ed01bb3f52cc351dced3ef"
|
||||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.5.1/meilisearch-linux-aarch64"
|
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.0/meilisearch-linux-aarch64"
|
||||||
arm64.sha256 = "9edbfdd0eb49a8b88a57bd0765f782655c972bff05ce024ff224b4834753a2d2"
|
arm64.sha256 = "ff7b3d2163be52b5f693cde71273d6d95bb212559e7c4b491f6efa8ae7b2b582"
|
||||||
rename = "meilisearch"
|
rename = "meilisearch"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
extract = false
|
extract = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue