synapse: update to 1.37.1
This commit is contained in:
parent
57977df0f5
commit
79fabefbea
|
@ -0,0 +1 @@
|
|||
/usr/bin/vlogger
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'synapse'
|
||||
pkgname=synapse
|
||||
version=1.33.2
|
||||
version=1.37.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,14 +12,14 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson
|
|||
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-typing_extensions"
|
||||
python3-typing_extensions python3-ijson"
|
||||
short_desc="Matrix reference homeserver"
|
||||
maintainer="Pete <pete@port22.co.uk>"
|
||||
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=5e0a934dba5994ec102e94ba323e88746b9aec6ccaae03ba2c94780a6dbfeb97
|
||||
checksum=1c2e9acbc52c55585d864e708f6299b0fda23e70ab7a01a0f6e01c3944889dc5
|
||||
|
||||
system_accounts="synapse"
|
||||
synapse_homedir="/var/lib/synapse"
|
||||
|
|
Loading…
Reference in New Issue