mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.92.1
This commit is contained in:
parent
eb262b484d
commit
e70e6c2594
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.91.2/matrix-synapse_1.91.2-bookworm-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.1/matrix-synapse_1.92.1-bookworm-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=f9ef23460eebf5ef42f3c7af0ff423c567062c765f877cff56b8ed561990a59f
|
SOURCE_SUM=9b9898354d4dfd74eb5720f664fa99336ee492b7e0d217fa3d2c37fbd4c18c4c
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.91.2/matrix-synapse_1.91.2-bullseye-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.1/matrix-synapse_1.92.1-bullseye-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=a7eab810b91800c257f6fd43b04636e597d4b8fd5d271922918fef62a427afe5
|
SOURCE_SUM=4cf67423892faa68f79392752b593906fd4b3cdf61a758f2e746a216e60e173b
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -20,13 +20,13 @@ ldap3==2.9.1
|
||||||
lxml==4.9.3
|
lxml==4.9.3
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
matrix-common==1.3.0
|
matrix-common==1.3.0
|
||||||
matrix-synapse==1.91.2
|
matrix-synapse==1.92.1
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.5
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.19
|
phonenumbers==8.13.20
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
psycopg2==2.9.7
|
psycopg2==2.9.7
|
||||||
|
|
|
@ -20,13 +20,13 @@ ldap3==2.9.1
|
||||||
lxml==4.9.3
|
lxml==4.9.3
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
matrix-common==1.3.0
|
matrix-common==1.3.0
|
||||||
matrix-synapse==1.91.2
|
matrix-synapse==1.92.1
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.5
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.19
|
phonenumbers==8.13.20
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
pkg_resources==0.0.0
|
pkg_resources==0.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Instant messaging server which uses Matrix",
|
"en": "Instant messaging server which uses Matrix",
|
||||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||||
},
|
},
|
||||||
"version": "1.91.2~ynh1",
|
"version": "1.92.1~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue