From c13dcd049325f72173be42be7c9f6321f7c8e1a9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Sep 2023 06:15:33 +0200 Subject: [PATCH 1/2] Upgrade to v0.13.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 90ed677..ca58891 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dendrite" description.en = "Matrix homeserver of second generation" description.fr = "Serveur Matrix de seconde génération" -version = "0.13.2~ynh4" +version = "0.13.3~ynh1" maintainers = ["tituspijean"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.2.tar.gz" - sha256 = "d98e7d3ca596155b9799feff741a7d39b9712497c516126936202484daea3640" + url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.3.tar.gz" + sha256 = "8840730ede16cc7e150344f5cdaa5f78d6abaa8aa3c588ec39c20d735bcf5dd7" autoupdate.strategy = "latest_github_tag" [resources.ports] From 48b633aeac90075ab832b61f8c636ce0222dfca9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Sep 2023 04:15:35 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1917cd4..63009b5 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 0.13.2~ynh4 +**Shipped version:** 0.13.3~ynh1 ## :red_circle: Antifeatures - **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: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index dc127d7..7ac2793 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. -**Version incluse :** 0.13.2~ynh4 +**Version incluse :** 0.13.3~ynh1 ## :red_circle: Fonctions indésirables - **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 l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs