synapse: update to 1.70.0.

This commit is contained in:
Joel Beckmeyer 2022-10-26 08:08:02 -04:00 committed by Michal Vasilek
parent 4b6e21441c
commit c83e76961e

View File

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.69.0
version=1.70.0
revision=1
build_style=python3-pep517
build_helper=rust
@ -23,7 +23,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=6954fdee1b5ec27083ecafdbb8719133c147885348ceb7f7a081d4f97cee0026
checksum=d900861a91891e6ce5725b4f632c9af8f9ad289a6ecc1e85d95ca89f3664a264
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"