mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Upgrade to v1.3.4
This commit is contained in:
parent
dea436690f
commit
fafc498314
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.3.3~ynh1"
|
||||
version = "1.3.4~ynh1"
|
||||
|
||||
maintainers = ["Julien Gomes Dias"]
|
||||
|
||||
|
@ -39,10 +39,10 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.3/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "303de92cdf2ffad153070ef4afbc8724852f8293eb37dafba2aee6a020045b50"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.3/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "452ce3964b99a55186e6e89fe20c59a46dc091bb2d8dba2191e394a87ee8a256"
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.4/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "39ee235bb4d4b6fe5eefe71bec9734d44ea1ebb73781fcd6a33f2f3b55192df4"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.4/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "f5446a5b3a2594aaac698492d2aee3e34bb845db8219415398d30dd54ae2d685"
|
||||
rename = "meilisearch"
|
||||
in_subdir = false
|
||||
extract = false
|
||||
|
|
Loading…
Reference in a new issue