mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
synapse: update to 1.99.0.
This commit is contained in:
parent
937e0c3870
commit
936326da7c
1 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'synapse'
|
# Template file for 'synapse'
|
||||||
pkgname=synapse
|
pkgname=synapse
|
||||||
version=1.98.0
|
version=1.99.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
|
@ -21,11 +21,11 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
|
||||||
checkdepends="$depends python3-parameterized python3-hiredis xmlsec1 unzip"
|
checkdepends="$depends python3-parameterized python3-hiredis xmlsec1 unzip"
|
||||||
short_desc="Matrix reference homeserver"
|
short_desc="Matrix reference homeserver"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://github.com/matrix-org/synapse"
|
homepage="https://element-hq.github.io/synapse"
|
||||||
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md"
|
||||||
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
|
distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=eac6c532a599dd3d96228eaffa506132e44ff0d2182688ad3d338dd77ccc52ee
|
checksum=2667f559917d70410127eee46ca7a449cb70bc75058042850dbea2a5271fa13a
|
||||||
|
|
||||||
system_accounts="synapse"
|
system_accounts="synapse"
|
||||||
synapse_homedir="/var/lib/synapse"
|
synapse_homedir="/var/lib/synapse"
|
||||||
|
@ -53,4 +53,6 @@ post_install() {
|
||||||
|
|
||||||
vsconf docs/sample_config.yaml homeserver.yaml
|
vsconf docs/sample_config.yaml homeserver.yaml
|
||||||
vsconf docs/sample_log_config.yaml log.yaml
|
vsconf docs/sample_log_config.yaml log.yaml
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue