raft: update to 0.19.1
This commit is contained in:
parent
b0d22d5c60
commit
47225d9d83
|
@ -3820,7 +3820,7 @@ libigraph.so.3 igraph-0.10.2_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
|
||||
libraft.so.2 raft-0.13.0_1
|
||||
libraft.so.0 raft-0.18.2_1
|
||||
libmdnsd.so.1 libmdnsd-0.9_1
|
||||
libosdGPU.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'
|
||||
pkgname=raft
|
||||
version=0.16.0
|
||||
revision=2
|
||||
version=0.19.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-example=no"
|
||||
hostmakedepends="pkg-config autoconf automake libtool"
|
||||
|
@ -9,11 +9,9 @@ makedepends="libuv-devel liblz4-devel"
|
|||
short_desc="C implementation of the Raft consensus protocol"
|
||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="custom:LGPL-3.0-only-linking-exception"
|
||||
homepage="https://github.com/canonical/raft"
|
||||
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
||||
checksum=ab5480c051bfbf482074f62c9c306d08ca68b8f0ad0c2db2ebf0488cfe692336
|
||||
# test/unit/uv and test/integration/uv fail on CI
|
||||
make_check=ci-skip
|
||||
homepage="https://raft.readthedocs.io"
|
||||
distfiles="https://github.com/cowsql/raft/archive/v${version}.tar.gz"
|
||||
checksum=fb75ec93c4f8c161f73e08a4d0273f36817a20c91b89035abe793ca9b3dd6fba
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
|
|
Loading…
Reference in New Issue