Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synapse: update to 1.98.0. #47733

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-immutabledict/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-immutabledict'
pkgname=python3-immutabledict
version=3.0.0
revision=2
version=4.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
makedepends="python3-devel"
Expand All @@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/corenting/immutabledict"
changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
checksum=fabf47437531e8bf65a3b5b47d501e65579323b2d1fe58f8ae01491c1fd29bf7

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.97.0
version=1.98.0
revision=1
build_style=python3-pep517
build_helper=rust
Expand All @@ -25,7 +25,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=d30d73c4dd2fed1137e9d324f3215b99449fc31dbaff68250fc29619ef3a3eb3
checksum=eac6c532a599dd3d96228eaffa506132e44ff0d2182688ad3d338dd77ccc52ee

system_accounts="synapse"
synapse_homedir="/var/lib/synapse"
Expand Down