mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
raft: update to 0.19.1
This commit is contained in:
parent
b0d22d5c60
commit
47225d9d83
2 changed files with 6 additions and 8 deletions
|
@ -3820,7 +3820,7 @@ libigraph.so.3 igraph-0.10.2_1
|
||||||
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
|
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
|
||||||
librdkafka.so.1 librdkafka-1.4.4_3
|
librdkafka.so.1 librdkafka-1.4.4_3
|
||||||
librdkafka++.so.1 librdkafka-1.4.4_3
|
librdkafka++.so.1 librdkafka-1.4.4_3
|
||||||
libraft.so.2 raft-0.13.0_1
|
libraft.so.0 raft-0.18.2_1
|
||||||
libmdnsd.so.1 libmdnsd-0.9_1
|
libmdnsd.so.1 libmdnsd-0.9_1
|
||||||
libosdGPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
libosdGPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
||||||
libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'raft'
|
# Template file for 'raft'
|
||||||
pkgname=raft
|
pkgname=raft
|
||||||
version=0.16.0
|
version=0.19.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-example=no"
|
configure_args="--enable-example=no"
|
||||||
hostmakedepends="pkg-config autoconf automake libtool"
|
hostmakedepends="pkg-config autoconf automake libtool"
|
||||||
|
@ -9,11 +9,9 @@ makedepends="libuv-devel liblz4-devel"
|
||||||
short_desc="C implementation of the Raft consensus protocol"
|
short_desc="C implementation of the Raft consensus protocol"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="custom:LGPL-3.0-only-linking-exception"
|
license="custom:LGPL-3.0-only-linking-exception"
|
||||||
homepage="https://github.com/canonical/raft"
|
homepage="https://raft.readthedocs.io"
|
||||||
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cowsql/raft/archive/v${version}.tar.gz"
|
||||||
checksum=ab5480c051bfbf482074f62c9c306d08ca68b8f0ad0c2db2ebf0488cfe692336
|
checksum=fb75ec93c4f8c161f73e08a4d0273f36817a20c91b89035abe793ca9b3dd6fba
|
||||||
# test/unit/uv and test/integration/uv fail on CI
|
|
||||||
make_check=ci-skip
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Add table
Reference in a new issue