mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.85.2
This commit is contained in:
parent
b78039819d
commit
c0b0825b4f
5 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.1/matrix-synapse_1.85.1-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=9c2fb2b94324bfdda43d268c8a0de1e47c9696faba4b7d1bb46e1968ce5bc271
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=bb94952556fa2ff0a849d927dd3eb8f666154533ffb969e60b2bf50332dd1ca1
|
||||
# (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.85.1/matrix-synapse_1.85.1-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=55958516c8fd535c3469b3527e95ce3cf8575b5f72175a04a9d61937cbf2b27c
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=07112bf8c98585b2cd58ea3b8af9ec09f60aa3b225d1b89f1a3ede5c4553c841
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -19,7 +19,7 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.85.1
|
||||
matrix-synapse==1.85.2
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
|
|
|
@ -19,7 +19,7 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.85.1
|
||||
matrix-synapse==1.85.2
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.85.1~ynh1",
|
||||
"version": "1.85.2~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue