synapse: update to 1.72.0.

This commit is contained in:
Joel Beckmeyer 2022-11-22 09:54:07 -05:00 committed by Michal Vasilek
parent c5757115e2
commit 56d1d16c21

View file

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.71.0
version=1.72.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=b382e86012d5d3fec194f508138ec7fa7915f5fe853fa63be5ca0dc6848de501
checksum=9fb66a7ec9a425db406d3b495d18e6672fb7df4d99c2bcb39f3720d5ee7266a6
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"