From 98f17a74685ab19d171acf3b70f7d01fdd1766af Mon Sep 17 00:00:00 2001 From: David Flatz Date: Mon, 28 Sep 2020 16:11:55 +0200 Subject: [PATCH] synapse: update to 1.20.1. --- srcpkgs/synapse/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index cbf7e8dd74d..357aa19550e 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,8 +1,7 @@ # Template file for 'synapse' pkgname=synapse -version=1.19.1 +version=1.20.1 revision=1 -archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0 @@ -20,7 +19,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=80dfafe14305aa6c7c077becdd2b3c7c121eadd70e02e7e973622b6da2812e7d +checksum=0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5 system_accounts="synapse" synapse_homedir="/var/lib/synapse"