1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Merge pull request #119 from YunoHost-Apps/testing

Upgrade to v0.13.3
This commit is contained in:
tituspijean 2023-09-29 16:53:42 +02:00 committed by GitHub
commit b7deaf9208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View file

@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p
- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.
**Shipped version:** 0.13.2~ynh4 **Shipped version:** 0.13.3~ynh1
## :red_circle: Antifeatures ## :red_circle: Antifeatures
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
@ -35,7 +35,6 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p
* Official app website: <https://matrix.org/> * Official app website: <https://matrix.org/>
* Official admin documentation: <https://github.com/matrix-org/dendrite/tree/master/docs> * Official admin documentation: <https://github.com/matrix-org/dendrite/tree/master/docs>
* Upstream app code repository: <https://github.com/matrix-org/dendrite> * Upstream app code repository: <https://github.com/matrix-org/dendrite>
* YunoHost documentation for this app: <https://yunohost.org/app_dendrite>
* Report a bug: <https://github.com/YunoHost-Apps/dendrite_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/dendrite_ynh/issues>
## Developer info ## Developer info

View file

@ -25,7 +25,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go
- Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques. - Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques.
**Version incluse :** 0.13.2~ynh4 **Version incluse :** 0.13.3~ynh1
## :red_circle: Fonctions indésirables ## :red_circle: Fonctions indésirables
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
@ -35,7 +35,6 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go
* Site officiel de lapp : <https://matrix.org/> * Site officiel de lapp : <https://matrix.org/>
* Documentation officielle de ladmin : <https://github.com/matrix-org/dendrite/tree/master/docs> * Documentation officielle de ladmin : <https://github.com/matrix-org/dendrite/tree/master/docs>
* Dépôt de code officiel de lapp : <https://github.com/matrix-org/dendrite> * Dépôt de code officiel de lapp : <https://github.com/matrix-org/dendrite>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dendrite>
* Signaler un bug : <https://github.com/YunoHost-Apps/dendrite_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/dendrite_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "Dendrite"
description.en = "Matrix homeserver of second generation" description.en = "Matrix homeserver of second generation"
description.fr = "Serveur Matrix de seconde génération" description.fr = "Serveur Matrix de seconde génération"
version = "0.13.2~ynh4" version = "0.13.3~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -53,8 +53,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.2.tar.gz" url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.3.tar.gz"
sha256 = "d98e7d3ca596155b9799feff741a7d39b9712497c516126936202484daea3640" sha256 = "8840730ede16cc7e150344f5cdaa5f78d6abaa8aa3c588ec39c20d735bcf5dd7"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.ports] [resources.ports]