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