synapse: update to 1.85.2.

This commit is contained in:
Joel Beckmeyer 2023-05-30 08:19:35 -04:00 committed by Michal Vasilek
parent c1014a40e7
commit 0fa6b3dcad

View File

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.84.0
version=1.85.2
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=a227c7347996eae008e0f8f0f2e9290c70e1d96e7687293b2ebd1533766ad43b
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"