synapse: update to 1.43.0.
This commit is contained in:
parent
d3c58efc4b
commit
5bae8df293
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'synapse'
|
||||
pkgname=synapse
|
||||
version=1.41.0
|
||||
version=1.43.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jsonschema python3-frozendict python3-canonicaljson
|
||||
python3-signedjson python3-pynacl 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
|
||||
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-bcrypt python3-Pillow python3-psutil python3-msgpack
|
||||
python3-phonenumbers python3-prometheus_client python3-attrs python3-netaddr
|
||||
python3-setuptools python3-bleach python3-Jinja2 python3-psycopg2 python3-lxml
|
||||
python3-saml2 python3-treq python3-macaroons python3-sortedcontainers
|
||||
python3-typing_extensions python3-ijson"
|
||||
short_desc="Matrix reference homeserver"
|
||||
maintainer="Pete <pete@port22.co.uk>"
|
||||
|
@ -19,7 +18,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/matrix-org/synapse"
|
||||
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
|
||||
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
|
||||
checksum=dcf1144c1818246f49e3ec7e487abde3f1e31fbbab700e8ee5e8ca73a883d5d7
|
||||
checksum=165c84be4f40b2bcde132a7fd4cb3706983f638617a38316404745ae72e56817
|
||||
|
||||
system_accounts="synapse"
|
||||
synapse_homedir="/var/lib/synapse"
|
||||
|
|
Loading…
Reference in a new issue