synapse: update to 1.49.2.

This commit is contained in:
Joel Beckmeyer 2021-12-23 17:31:03 -05:00 committed by Piotr
parent ea3b723d5a
commit 408f80559e

View file

@ -1,7 +1,7 @@
# Template file for 'synapse' # Template file for 'synapse'
pkgname=synapse pkgname=synapse
version=1.49.0 version=1.49.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-jsonschema python3-frozendict python3-canonicaljson depends="python3-jsonschema python3-frozendict python3-canonicaljson
@ -19,7 +19,7 @@ license="Apache-2.0"
homepage="https://github.com/matrix-org/synapse" homepage="https://github.com/matrix-org/synapse"
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
checksum=3c1b73eb36ec3af00868707b929f9b9d1faae9ccc4022c2c46bdb025ef0ead8e checksum=f5b0017e9d77db94fac853fbefbcb4538d879cb80f404b02003930c76f5cafab
system_accounts="synapse" system_accounts="synapse"
synapse_homedir="/var/lib/synapse" synapse_homedir="/var/lib/synapse"