mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.78.0
This commit is contained in:
parent
8e7bc36cda
commit
4e7aadd035
5 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.77.0/matrix-synapse_1.77.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=60b117008ebd0339c397983f11d8b3538eb5cd086839fcb3c46b70dc4348afda
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.78.0/matrix-synapse_1.78.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=9ae1750d1158f0c84bc9030d10dd1b2aeb222c42db75ca46f4504d5b1be505cd
|
||||
# (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.77.0/matrix-synapse_1.77.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=ddefcfa9ba4b80ac4b49cbd4ab4172c27136ce0ab32d4ac3f1d517ecc6b43391
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.78.0/matrix-synapse_1.78.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=77af36a3101e2ac31f439834b1ad18ba9859cfd56494cb1a50d074abea1c64e6
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -2,7 +2,7 @@ attrs==22.2.0
|
|||
Automat==22.10.0
|
||||
bcrypt==4.0.1
|
||||
bleach==6.0.0
|
||||
canonicaljson==1.6.4
|
||||
canonicaljson==1.6.5
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
|
@ -19,7 +19,7 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.2
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.77.0
|
||||
matrix-synapse==1.78.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.4
|
||||
ndg-httpsclient==0.5.1
|
||||
|
@ -32,7 +32,7 @@ psycopg2==2.9.5
|
|||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pycparser==2.21
|
||||
pydantic==1.10.4
|
||||
pydantic==1.10.5
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.0.0
|
||||
|
@ -48,7 +48,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==22.10.0
|
||||
typing_extensions==4.4.0
|
||||
typing_extensions==4.5.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==1.26.14
|
||||
webencodings==0.5.1
|
||||
|
|
|
@ -2,7 +2,7 @@ attrs==22.2.0
|
|||
Automat==22.10.0
|
||||
bcrypt==4.0.1
|
||||
bleach==6.0.0
|
||||
canonicaljson==1.6.4
|
||||
canonicaljson==1.6.5
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
|
@ -19,7 +19,7 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.2
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.77.0
|
||||
matrix-synapse==1.78.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.4
|
||||
ndg-httpsclient==0.5.1
|
||||
|
@ -33,7 +33,7 @@ psycopg2==2.9.5
|
|||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pycparser==2.21
|
||||
pydantic==1.10.4
|
||||
pydantic==1.10.5
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.0.0
|
||||
|
@ -49,7 +49,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==22.10.0
|
||||
typing_extensions==4.4.0
|
||||
typing_extensions==4.5.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==1.26.14
|
||||
webencodings==0.5.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.77.0~ynh1",
|
||||
"version": "1.78.0~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue