From 5ceb078eb86b28047ef732f36939abe9b0b448ac Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 30 May 2023 08:19:35 -0400 Subject: [PATCH] synapse: update to 1.85.1. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 47e9393dcb8f..743098df62e1 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.84.0 +version=1.85.1 revision=1 build_style=python3-pep517 build_helper=rust @@ -24,7 +24,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=f87b0565403bdf457f92c75e314fd3581e50bf48259089f22406dc5d90be44bd +checksum=8344bd04a5abdceaad2171bc10942632c39b8b018fa7d881af6023e50fdef1e7 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"