From 9174a1999c2905413ab90ceb1b64769a68d9f1af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:18:27 +0100 Subject: [PATCH] Upgrade to version 0.4.1 (#65) * Upgrade to v0.4.1 * Auto-update README * Update app.src (#66) change facebook to signal Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot Co-authored-by: Thatoo --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 338068f..5565b47 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Signal user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Signal room, so only someone with a Signal account can participate to Signal group conversations. The ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index.html) bridge consists in a Synapse App Service and relies on postgresql (mysql also possible). Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand. -**Shipped version:** 0.4.0~ynh1 +**Shipped version:** 0.4.1~ynh1 ## Disclaimers / important information ## List of known public services diff --git a/README_fr.md b/README_fr.md index 462a350..c3e2aba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.4.0~ynh1 +**Version incluse :** 0.4.1~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques diff --git a/conf/app.src b/conf/app.src index d120631..0198bdd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.4.0.tar.gz -SOURCE_SUM=ada8b06b359d48175e200b69d243759343b781f2533e582fad7127864165afbe +SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.4.1.tar.gz +SOURCE_SUM=ad2d810d2a81d5bee57549de09e8fd4a045913e14009115379e5acc036a0f120 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7d7babb..3f99402 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix / Synapse puppeting bridge for Signal", "fr": "Passerelle Matrix / Synapse pour Signal" }, - "version": "0.4.0~ynh1", + "version": "0.4.1~ynh1", "url": "https://github.com/mautrix/signal", "upstream": { "license": "AGPL-3.0-or-later",