synapse: update to 1.11.0
This commit is contained in:
parent
4bb5744dfe
commit
084830db13
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'synapse'
|
# Template file for 'synapse'
|
||||||
pkgname=synapse
|
pkgname=synapse
|
||||||
version=1.10.1
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -19,9 +19,7 @@ maintainer="Pete <pete@port22.co.uk>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/matrix-org/synapse"
|
homepage="https://github.com/matrix-org/synapse"
|
||||||
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=43351bdee7e025c90f62c32795c610247db8d223d3a0dbdaa570796a78e05cee
|
checksum=4aacaa647cbc398ef2a8446273b9f449548b646aec615b9c8e60da9f98916523
|
||||||
|
|
||||||
conf_files="/etc/synapse/log_config.yaml"
|
|
||||||
|
|
||||||
system_accounts="synapse"
|
system_accounts="synapse"
|
||||||
synapse_homedir="/var/lib/synapse"
|
synapse_homedir="/var/lib/synapse"
|
||||||
|
@ -31,7 +29,5 @@ make_dirs="
|
||||||
/etc/synapse 0755 synapse synapse"
|
/etc/synapse 0755 synapse synapse"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/systemd/log_config.yaml 644 etc/synapse
|
|
||||||
|
|
||||||
vsv synapse
|
vsv synapse
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue