From 47225d9d836efce7d02ea072f11da229cf89e0ff Mon Sep 17 00:00:00 2001 From: dkwo Date: Sun, 3 Dec 2023 14:41:04 -0500 Subject: [PATCH] raft: update to 0.19.1 --- common/shlibs | 2 +- srcpkgs/raft/template | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/common/shlibs b/common/shlibs index 9e6d29c7334..4878f6afaef 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template index 234a5a6da37..fad1a0ad84e 100644 --- a/srcpkgs/raft/template +++ b/srcpkgs/raft/template @@ -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 " 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