synapse: update to 1.76.0.

This commit is contained in:
Joel Beckmeyer 2023-01-31 11:57:34 -05:00 committed by Michal Vasilek
parent 5d40b45758
commit 612d8fc49a
1 changed files with 2 additions and 2 deletions

View File

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