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