synapse: update to 1.10.1.
This commit is contained in:
parent
fd7d1e0d66
commit
148bab4b99
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'synapse'
|
||||
pkgname=synapse
|
||||
version=1.6.1
|
||||
revision=2
|
||||
version=1.10.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -9,16 +9,17 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson
|
|||
python3-signedjson python3-nacl python3-service_identity python3-Twisted
|
||||
python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
|
||||
python3-daemonize python3-bcrypt python3-Pillow python3-psutil
|
||||
python3-msgpack python3-phonenumbers python3-prometheus_client<0.7.0
|
||||
python3-msgpack python3-phonenumbers python3-prometheus_client<0.8.0
|
||||
python3-attrs python3-netaddr python3-setuptools python3-bleach
|
||||
python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq
|
||||
python3-txacme python3-macaroons python3-sortedcontainers"
|
||||
python3-txacme python3-macaroons python3-sortedcontainers
|
||||
python3-typing_extensions"
|
||||
short_desc="Matrix reference homeserver"
|
||||
maintainer="Pete <pete@port22.co.uk>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/matrix-org/synapse"
|
||||
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
|
||||
checksum=01915d8d259c5c11ab3bbbfebdc0a03f686b344f133b54a3a634b107d9752698
|
||||
checksum=43351bdee7e025c90f62c32795c610247db8d223d3a0dbdaa570796a78e05cee
|
||||
|
||||
conf_files="/etc/synapse/log_config.yaml"
|
||||
|
||||
|
|
Loading…
Reference in New Issue