mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
conduit: update to 0.6.0.
This commit is contained in:
parent
68741f44c6
commit
f0b428a310
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'conduit'
|
# Template file for 'conduit'
|
||||||
pkgname=conduit
|
pkgname=conduit
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
# needs ring/rustls
|
# needs ring/rustls
|
||||||
archs="x86_64* i686* aarch64* armv[67]*"
|
archs="x86_64* i686* aarch64* armv[67]*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="clang"
|
hostmakedepends="clang pkg-config"
|
||||||
|
makedepends="libzstd-devel"
|
||||||
short_desc="Simple, fast and reliable chat server powered by Matrix"
|
short_desc="Simple, fast and reliable chat server powered by Matrix"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://conduit.rs/"
|
homepage="https://conduit.rs/"
|
||||||
distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
|
distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
|
||||||
checksum=447ace45d5642ee942f81e130621cea397c12a9df3515b82cd20293888d0ee8b
|
checksum=b722fb4f12ada5f965472b634dfa6a837aae03ff6712c210cdd292302bbb1259
|
||||||
|
|
||||||
system_accounts="_conduit"
|
system_accounts="_conduit"
|
||||||
_conduit_homedir="/var/lib/conduit"
|
_conduit_homedir="/var/lib/conduit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue