dendrite: update to 0.8.5.

This commit is contained in:
Joel Beckmeyer 2022-05-13 09:34:24 -04:00 committed by Echo
parent bd4c1abbd4
commit 2f30655b58
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dendrite'
pkgname=dendrite
version=0.8.3
version=0.8.5
revision=1
build_style=go
go_import_path="github.com/matrix-org/dendrite"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://matrix.org/docs/projects/server/dendrite"
changelog="https://raw.githubusercontent.com/matrix-org/dendrite/main/CHANGES.md"
distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
checksum=2d61dc970bf812e13f7a81c65e811811ef950dad02631380650191214f2b5d5d
checksum=43b8197515a713bb2c0bb867abd0898104a53756f0c34b22601c4deebb898974
system_accounts="_dendrite"
_dendrite_homedir="/var/lib/dendrite"
@ -25,11 +25,11 @@ make_dirs="
pre_configure() {
vsed -e 's,\./logs,/var/log/dendrite,' \
-e 's,: matrix_key.pem,: /etc/dendrite/matrix_key.pem,' \
-i dendrite-config.yaml
-i dendrite-sample.monolith.yaml
}
post_install() {
vsconf dendrite-config.yaml dendrite.yaml
vsconf dendrite-sample.monolith.yaml
vsv dendrite-monolith-server
cd "${DESTDIR}"/usr/bin