mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
upgrade to 0.2.3 (#44)
* Update app.src * Update config.yaml * Update manifest.json * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
ee782b87d1
commit
40c16d3c88
5 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Matrix / Synapse puppeting bridge for Signal
|
Matrix / Synapse puppeting bridge for Signal
|
||||||
|
|
||||||
**Shipped version:** 0.2.2~ynh1
|
**Shipped version:** 0.2.3~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Passerelle Matrix / Synapse pour Signal
|
Passerelle Matrix / Synapse pour Signal
|
||||||
|
|
||||||
**Version incluse :** 0.2.2~ynh1
|
**Version incluse :** 0.2.3~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://mau.dev/mautrix/signal/-/archive/v0.2.2/signal-v0.2.2.tar.gz
|
SOURCE_URL=https://mau.dev/mautrix/signal/-/archive/v0.2.3/signal-v0.2.3.tar.gz
|
||||||
SOURCE_SUM=204b82c8540f782c0e060d95949ff7d525f2deca93154a92420fa28474beef3a
|
SOURCE_SUM=a03aada5162e7524cdb21a750fd041a1128551065cb6302b1a0275bb75d380be
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -198,7 +198,7 @@ bridge:
|
||||||
# Whether or not the provisioning API should be enabled.
|
# Whether or not the provisioning API should be enabled.
|
||||||
enabled: false
|
enabled: false
|
||||||
# The prefix to use in the provisioning API endpoints.
|
# The prefix to use in the provisioning API endpoints.
|
||||||
prefix: /_matrix/provision/v1
|
prefix: /_matrix/provision
|
||||||
# The shared secret to authorize users of the API.
|
# The shared secret to authorize users of the API.
|
||||||
# Set to "generate" to generate and save a new token.
|
# Set to "generate" to generate and save a new token.
|
||||||
shared_secret: generate
|
shared_secret: generate
|
||||||
|
@ -214,7 +214,7 @@ bridge:
|
||||||
# Sent when joining a management room and the user is already logged in.
|
# Sent when joining a management room and the user is already logged in.
|
||||||
welcome_connected: "Use `help` for help."
|
welcome_connected: "Use `help` for help."
|
||||||
# Sent when joining a management room and the user is not logged in.
|
# Sent when joining a management room and the user is not logged in.
|
||||||
welcome_unconnected: "Use `help` for help or `register` to log in."
|
welcome_unconnected: "Use `help` for help or `link` to log in."
|
||||||
# Optional extra text sent when joining a management room.
|
# Optional extra text sent when joining a management room.
|
||||||
additional_help: ""
|
additional_help: ""
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Matrix / Synapse puppeting bridge for Signal",
|
"en": "Matrix / Synapse puppeting bridge for Signal",
|
||||||
"fr": "Passerelle Matrix / Synapse pour Signal"
|
"fr": "Passerelle Matrix / Synapse pour Signal"
|
||||||
},
|
},
|
||||||
"version": "0.2.2~ynh1",
|
"version": "0.2.3~ynh1",
|
||||||
"url": "https://github.com/mautrix/signal",
|
"url": "https://github.com/mautrix/signal",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue