synapse: update to 1.75.0.

This commit is contained in:
Joel Beckmeyer 2023-01-13 08:44:55 -05:00 committed by Piraty
parent 39420bc9f4
commit 2b6b90d9be
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'synapse' # Template file for 'synapse'
pkgname=synapse pkgname=synapse
version=1.74.0 version=1.75.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper=rust build_helper=rust
@ -24,7 +24,7 @@ license="Apache-2.0"
homepage="https://github.com/matrix-org/synapse" homepage="https://github.com/matrix-org/synapse"
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
checksum=078244acf4145ddcd50828528ce1ca61310920d32facb49384d5cfd2765f63df checksum=8b66a6b36c9d9b9e952d6b0616925343de7d7313699984202cfe69287b985fb7
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std" makedepends+=" rust-std"