synapse: update to 1.87.0.

This commit is contained in:
Joel Beckmeyer 2023-07-10 10:33:00 -04:00 committed by classabbyamp
parent d752506dc2
commit a29e7b349c

View file

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