synapse: update to 1.82.0.

This commit is contained in:
Joel Beckmeyer 2023-04-25 08:28:14 -04:00 committed by Andrew Benson
parent 23c07712c1
commit 942f5e913a

View file

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.81.0
version=1.82.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=2d9753961772d385464b9c6ebfc20fc42adc27e883689014994c1c42cbdf1456
checksum=bea5b8e40be5f79977732867dae34eb45667aae41c3ee366a3164d5e20c8b327
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"