mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Upgrade to 0.3.11
This commit is contained in:
parent
026c8ebccd
commit
e0a37db918
3 changed files with 5 additions and 13 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue