From 144fd82e373ad7d6c1816e3b7db83ab1fef725c4 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.84.1. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 47e9393dcb8f..bab9cab1d0c4 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.84.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=a9ded3df8bb7e61a8762ba1414075b4a93477904b483cdd123d5435639d7dce0 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"