From 8f4223b6525ef2b0feaad0f3c22d196a367b8b63 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Sep 2023 18:16:41 +0200 Subject: [PATCH 1/3] Upgrade to v1.3.3 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index eca2c58..dba59c3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.2~ynh1" +version = "1.3.3~ynh1" maintainers = ["Julien Gomes Dias"] @@ -40,10 +40,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.2/meilisearch-linux-amd64" - amd64.sha256 = "779008d8725f2a5c8b8e84a763e773678cd2327b7ea6cf106ba4321ad1082e20" - arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.2/meilisearch-linux-aarch64" - arm64.sha256 = "410a73c75f7cf05e58e267c3d0488f0e5e517c5580e0ca80dd377564a5915e98" + 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" rename = "meilisearch" in_subdir = false extract = false From f18286e079fa53f62e25fe47f9cca7ddba66ad08 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Sep 2023 16:16:45 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa549d..08a1db9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine -**Shipped version:** 1.3.2~ynh1 +**Shipped version:** 1.3.3~ynh1 **Demo:** https://where2watch.meilisearch.com/ diff --git a/README_fr.md b/README_fr.md index 9c89af9..0952266 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail. -**Version incluse :** 1.3.2~ynh1 +**Version incluse :** 1.3.3~ynh1 **Démo :** https://where2watch.meilisearch.com/ From 91321dea6dabaf85e8a7c73e7d875cf08bbf8481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:33:58 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index dba59c3..b8b491f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://www.meilisearch.com/docs" code = "https://github.com/meilisearch/meilisearch/" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = true ldap = false @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group"