1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Merge pull request #124 from YunoHost-Apps/testing

Testing to master [v0.10.4]
This commit is contained in:
Dante 2023-11-24 11:47:51 +01:00 committed by GitHub
commit b7a6eb0460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ 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: <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -25,7 +25,7 @@ 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 lapp : <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -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"