mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
commit
6537f170c3
7 changed files with 16 additions and 16 deletions
|
@ -21,7 +21,7 @@ Instant messaging server matrix network.
|
|||
Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org)
|
||||
|
||||
|
||||
**Shipped version:** 1.92.1~ynh1
|
||||
**Shipped version:** 1.92.3~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
|
|
@ -21,7 +21,7 @@ Instant messaging server matrix network.
|
|||
Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org)
|
||||
|
||||
|
||||
**Version incluse :** 1.92.1~ynh1
|
||||
**Version incluse :** 1.92.3~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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=9b9898354d4dfd74eb5720f664fa99336ee492b7e0d217fa3d2c37fbd4c18c4c
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.3/matrix-synapse_1.92.3-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=e169960390a16410210ff2cf6d744ae8d53c6cd3c7586a585ad6afdaf4874094
|
||||
# (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.92.1/matrix-synapse_1.92.1-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=4cf67423892faa68f79392752b593906fd4b3cdf61a758f2e746a216e60e173b
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.3/matrix-synapse_1.92.3-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=c3e82b33d4e49e7358f0dfd2e1e80ddd7f3664f53fc494f553defebe11e918bc
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -20,14 +20,14 @@ ldap3==2.9.1
|
|||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.92.1
|
||||
matrix-synapse==1.92.3
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.8.0
|
||||
netaddr==0.9.0
|
||||
packaging==23.1
|
||||
phonenumbers==8.13.20
|
||||
Pillow==10.0.0
|
||||
Pillow==10.0.1
|
||||
prometheus-client==0.17.1
|
||||
psycopg2==2.9.7
|
||||
pyasn1==0.5.0
|
||||
|
@ -40,7 +40,7 @@ pyOpenSSL==23.2.0
|
|||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.2
|
||||
rpds-py==0.10.3
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
|
@ -49,7 +49,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==23.8.0
|
||||
typing_extensions==4.7.1
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.4
|
||||
webencodings==0.5.1
|
||||
|
|
|
@ -20,14 +20,14 @@ ldap3==2.9.1
|
|||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.92.1
|
||||
matrix-synapse==1.92.3
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.8.0
|
||||
packaging==23.1
|
||||
phonenumbers==8.13.20
|
||||
Pillow==10.0.0
|
||||
Pillow==10.0.1
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.17.1
|
||||
psycopg2==2.9.7
|
||||
|
@ -41,7 +41,7 @@ pyOpenSSL==23.2.0
|
|||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.2
|
||||
rpds-py==0.10.3
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
|
@ -51,7 +51,7 @@ sortedcontainers==2.4.0
|
|||
tomli==2.0.1
|
||||
treq==22.2.0
|
||||
Twisted==23.8.0
|
||||
typing_extensions==4.7.1
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.4
|
||||
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.92.1~ynh1",
|
||||
"version": "1.92.3~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue