synapse: update to 1.86.0.

This commit is contained in:
Joel Beckmeyer 2023-06-20 12:15:52 -04:00 committed by Duncan Overbruck
parent 30707e76f7
commit 228054a959
1 changed files with 2 additions and 2 deletions

View File

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