synapse: update to 1.77.0.

This commit is contained in:
Joel Beckmeyer 2023-02-14 09:19:39 -05:00 committed by Michal Vasilek
parent 92cabe14a5
commit 404663e796

View file

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.76.0
version=1.77.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=c72320850455b554c0a091577bc12fe9cfe336dfd137d2cbf4342146fb6442b3
checksum=d84eceb807ed03e6d580990008bc82e29d20cd62bd11a8b73a559c0fb2797504
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"