mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Upgrade to v1.8.1
https://github.com/meilisearch/meilisearch/releases/tag/v1.8.1
This commit is contained in:
parent
1e6df235b7
commit
23c3182b08
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.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
|
||||
|
||||
version = "1.8.0~ynh1"
|
||||
version = "1.8.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.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"
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.8.1/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "1f97c18344290fa9fa2708277e02b4154535cd431f92edb1613a707aa2e61e25"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.8.1/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "7f937d135ab455bcc9696215bf21beecbeb5deaed2f2e65bac8eb54f93693e55"
|
||||
rename = "meilisearch"
|
||||
in_subdir = false
|
||||
extract = false
|
||||
|
|
Loading…
Add table
Reference in a new issue