mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Upgrade to v1.9.0
https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0
This commit is contained in:
parent
3e3e93ca05
commit
606aa61bda
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.3~ynh1"
|
||||
version = "1.9.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.8.3/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "209a807fd0e82936731758a9a0d0829832e0384ff100cfe0ec812249301adcbd"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.8.3/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "e5a3129d523aa0d0485f7f32dcf3ceef651ce176695db0c80eb91ac01e86997a"
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.9.0/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "1c97560825a5453f3cfbcbdfb405514f2036411c4386a0411a52072b9e88f364"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.9.0/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "fd58e9c8f0db1b098018c958bfc20da33fa73760dac7c41cd8b4ea8e7e985c96"
|
||||
rename = "meilisearch"
|
||||
in_subdir = false
|
||||
extract = false
|
||||
|
|
Loading…
Reference in a new issue