From e0a37db91813e97b44e1edbf0bde8c25e1665840 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Apr 2021 09:47:23 +0200 Subject: [PATCH] Upgrade to 0.3.11 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 12 ++---------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a3b8baa..5d455b5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse. -**Shipped version:** 0.3.9 +**Shipped version:** 0.3.11 :warning: The upstream app is still in beta. Tread carefully. diff --git a/conf/app.src b/conf/app.src index 547f87c..f4912ed 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/matrix-org/dendrite/archive/v0.3.9.zip -SOURCE_SUM=4d79b51c68de71090006cefb232ea53b08f088046c88055e853a4960749e9de1 +SOURCE_URL=https://github.com/matrix-org/dendrite/archive/v0.3.11.zip +SOURCE_SUM=70db3719fdc841c45a702c752e4527a10367fed254c9ab8cd9ea80ec7f8cf196 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f3478c6..106147b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix homeserver of second generation", "fr": "Serveur Matrix de seconde génération" }, - "version": "0.3.9~ynh1", + "version": "0.3.11~ynh1", "url": "https://matrix.org/", "license": "Apache-2.0", "maintainer": { @@ -14,7 +14,7 @@ "email": "tituspijean@outlook.com" }, "requirements": { - "yunohost": ">= 4.1.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -34,10 +34,6 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Dendrite", - "fr": "Choisissez un nom de domaine pour Dendrite" - }, "help": { "en": "Dendrite requires its own domain, so make sure to create a new one.", "fr": "Dendrite a besoin de son propre domaine, créez-en un au préalable." @@ -47,10 +43,6 @@ { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "help": { "en": "A public server means that anybody will be able to register.", "fr": "Un serveur public permet à quiconque de s'y enregistrer."