mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
conduit: update to 0.8.0.
This commit is contained in:
parent
286b7d44dc
commit
7cfb26c556
2 changed files with 7 additions and 7 deletions
srcpkgs/conduit
|
@ -1,13 +1,13 @@
|
|||
diff --git a/conduit-example.toml b/conduit-example.toml
|
||||
index 5eed070..bee1ded 100644
|
||||
index 74cbb07..a340af8 100644
|
||||
--- a/conduit-example.toml
|
||||
+++ b/conduit-example.toml
|
||||
@@ -23,7 +23,7 @@
|
||||
#server_name = "your.server.name"
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
database_backend = "rocksdb"
|
||||
# This is the only directory where Conduit will save its data
|
||||
-database_path = "/var/lib/matrix-conduit/"
|
||||
+database_path = "/var/lib/conduit/"
|
||||
database_backend = "rocksdb"
|
||||
|
||||
# The port Conduit will be running on. You need to set up a reverse proxy in
|
||||
# your web server (e.g. apache or nginx), so all requests to /_matrix on port
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'conduit'
|
||||
pkgname=conduit
|
||||
version=0.7.0
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="clang pkg-config"
|
||||
makedepends="libzstd-devel"
|
||||
makedepends="libzstd-devel sqlite-devel"
|
||||
short_desc="Simple, fast and reliable chat server powered by Matrix"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://conduit.rs/"
|
||||
distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
|
||||
checksum=9ddb0ae91ad0399593bc7e8d1f63af3c42463589af2d61e108fe383ba05bf831
|
||||
checksum=ecdff299cc2f777bb2c4cdc9b8d3b1ed642bc666ed20836904d36551d3095b5e
|
||||
|
||||
system_accounts="_conduit"
|
||||
_conduit_homedir="/var/lib/conduit"
|
||||
|
|
Loading…
Add table
Reference in a new issue