mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Upgrade to v0.10.8
This commit is contained in:
parent
af2dd355f3
commit
c613747dc1
2 changed files with 13 additions and 7 deletions
|
@ -88,6 +88,12 @@ whatsapp:
|
|||
# Must be "unknown" for a generic icon or a valid browser name if you want a specific icon.
|
||||
# List of valid browser names: https://github.com/tulir/whatsmeow/blob/efc632c008604016ddde63bfcfca8de4e5304da9/binary/proto/def.proto#L43-L64
|
||||
browser_name: __BROWSER_NAME__
|
||||
# Proxy to use for all WhatsApp connections.
|
||||
proxy: null
|
||||
# Alternative to proxy: an HTTP endpoint that returns the proxy URL to use for WhatsApp connections.
|
||||
get_proxy_url: null
|
||||
# Whether the proxy options should only apply to the login websocket and not to authenticated connections.
|
||||
proxy_only_login: false
|
||||
# Bridge config
|
||||
bridge:
|
||||
# Localpart template of MXIDs for WhatsApp users.
|
||||
|
|
|
@ -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.7~ynh1"
|
||||
version = "0.10.8~ynh1"
|
||||
|
||||
maintainers = ["thardev"]
|
||||
|
||||
|
@ -100,12 +100,12 @@ main.default = 8449
|
|||
in_subdir = false
|
||||
extract = false
|
||||
rename = "mautrix-whatsapp"
|
||||
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-amd64"
|
||||
amd64.sha256 = "8a83cbe9be2528b22c0492a4c49f414f754e86ed76d5595b116d2ebd90eac718"
|
||||
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-arm64"
|
||||
arm64.sha256 = "f702360c5e5b10d4cde72e3b57d9ea921f003968a92f39d09881889c026b5ae8"
|
||||
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-arm"
|
||||
armhf.sha256 = "2df120dd9ec77e4c839e27904155acde5102daf1f27aaae0d8e36476ab1047eb"
|
||||
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.8/mautrix-whatsapp-amd64"
|
||||
amd64.sha256 = "5b3fe5590a96aee59c622a4dd917cdc21bd8b3f645219730388cf1735a680256"
|
||||
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.8/mautrix-whatsapp-arm64"
|
||||
arm64.sha256 = "6a72f7036d8d93da50ba958dd020928fd3800a60f23716b2b697740832218147"
|
||||
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.8/mautrix-whatsapp-arm"
|
||||
armhf.sha256 = "d9de249f04dc13e9b30c376efa391e0aed61f42b6342c97c0dcb44ee0c248050"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^mautrix-whatsapp-amd64$"
|
||||
|
|
Loading…
Add table
Reference in a new issue