synapse: update to 1.74.0.

This commit is contained in:
Joel Beckmeyer 2022-12-20 21:14:59 -05:00 committed by Michal Vasilek
parent f58f0479b5
commit b5cacd4921

View file

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.73.0
version=1.74.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=c226a0f733d9304afdd6278f132a6c5cb1a21e524376edf784076d271f130a45
checksum=078244acf4145ddcd50828528ce1ca61310920d32facb49384d5cfd2765f63df
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"