From 7909021b455754e4eefef77658a32441689ea4c0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Nov 2023 06:15:11 +0000 Subject: [PATCH 1/2] Upgrade to v0.10.4 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3d50b98..9cda583 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Matrix-WhatsApp bridge" description.en = "Matrix / Synapse puppeting bridge for WhatsApp" description.fr = "Passerelle Matrix / Synapse pour WhatsApp" -version = "0.10.3~ynh1" +version = "0.10.4~ynh1" maintainers = ["thardev"] @@ -104,12 +104,12 @@ main.default = 8449 in_subdir = false extract = false rename = "mautrix-whatsapp" -amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-amd64" -amd64.sha256 = "d5c78d9b75ef9846863cca3383dacb4efb76a5a58d8b6336cbb871e51a4d0073" -arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm64" -arm64.sha256 = "20e5bef339b431341bc74cc57c7665b47e1e76cf8ff084742e9176dee4aa227a" -armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm" -armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0" +amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.4/mautrix-whatsapp-amd64" +amd64.sha256 = "bf266ea5e782b14a33bf9597e115947ab47e18fd3aebe9670bd7c5653aa19104" +arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.4/mautrix-whatsapp-arm64" +arm64.sha256 = "2923a0da0d4088fe10d42637799d799a97be9faa319108735231096d08eb3ddd" +armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.4/mautrix-whatsapp-arm" +armhf.sha256 = "7fc6c2ea6a597a88edaf8c670d937d0424987a543118eba35acd1f5fc13ca127" [resources.apt] packages = "g++, postgresql, ffmpeg" From f49f76048c43edf5cbdcb5462c207496d820ac2c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Nov 2023 06:15:17 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27a878d..d52a547 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,13 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) ** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!** -**Shipped version:** 0.10.3~ynh1 +**Shipped version:** 0.10.4~ynh1 ## Documentation and resources * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 33be6a5..1e5e231 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,12 +25,13 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!** -**Version incluse :** 0.10.3~ynh1 +**Version incluse :** 0.10.4~ynh1 ## Documentations et ressources * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs