From 2b6b90d9be583a6dcb2679d76dc2dbc3c490ae90 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Jan 2023 08:44:55 -0500 Subject: [PATCH] synapse: update to 1.75.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index a6d760b4248..d23b55dedcd 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.74.0 +version=1.75.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=078244acf4145ddcd50828528ce1ca61310920d32facb49384d5cfd2765f63df +checksum=8b66a6b36c9d9b9e952d6b0616925343de7d7313699984202cfe69287b985fb7 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"