mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.57.1
This commit is contained in:
parent
44c77c740d
commit
beae5c1331
4 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ Instant messaging server matrix network.
|
|||
|
||||
Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org)
|
||||
|
||||
**Shipped version:** 1.57.0
|
||||
**Shipped version:** 1.57.1
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.57.0/matrix-synapse_1.57.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=e986c59b32459495c291152b72e632ed33b2805391f4d924f73e0619d1cf3865
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.57.1/matrix-synapse_1.57.1-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=c2a783ef43af83588fd4fd75b917291b19d7ace72250229fcaa2dc32a5e6abe5
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.57.0/matrix-synapse_1.57.0-buster-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=3f0e920487ab21146bbc8ec56ebaf87cf36b8e09a0460de650d512416f6aada9
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.57.1/matrix-synapse_1.57.1-buster-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=3b1976d6f930915ba302619d6f2fefb0047a84835ce4ab5b09a641a090856ce8
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Un serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.57.0~ynh1",
|
||||
"version": "1.57.1~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue