From 91860205c7c1dcee44b6574593873d02a98e03dd Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 Jul 2024 11:29:58 -0400 Subject: [PATCH] synapse: update to 1.111.0. --- srcpkgs/synapse/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index faf54254c85..5a7a9f53be4 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.110.0 +version=1.111.0 revision=1 build_style=python3-pep517 build_helper=rust @@ -17,7 +17,7 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64 python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons python3-sortedcontainers python3-typing_extensions python3-cryptography python3-ijson python3-matrix-common python3-packaging python3-pydantic - python3-automat" + python3-automat python3-python-multipart" checkdepends="$depends python3-parameterized python3-hiredis xmlsec1 unzip" short_desc="Matrix reference homeserver" maintainer="Joel Beckmeyer " @@ -25,7 +25,7 @@ license="AGPL-3.0-or-later" homepage="https://element-hq.github.io/synapse" changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md" distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz" -checksum=be78d75fe3b6473723bd0c72b67e8c0a64c1c98d3909c153bc02201adaa4bfaf +checksum=b8d2d813033fcacab2bfb0a69690a62af3047656b62afa6092570c19c1f623ef system_accounts="synapse" synapse_homedir="/var/lib/synapse"