mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Merge pull request #123 from YunoHost-Apps/ci-auto-update-v0.10.4
Upgrade to version 0.10.4
This commit is contained in:
commit
b13d1e504f
3 changed files with 11 additions and 9 deletions
|
@ -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: <https://maunium.net/go/mautrix-whatsapp/>
|
||||
* Official admin documentation: <https://docs.mau.fi/bridges/go/whatsapp/index.html>
|
||||
* Upstream app code repository: <https://github.com/mautrix/whatsapp>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_whatsapp>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -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 : <https://maunium.net/go/mautrix-whatsapp/>
|
||||
* Documentation officielle de l’admin : <https://docs.mau.fi/bridges/go/whatsapp/index.html>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/mautrix/whatsapp>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_whatsapp>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue