Skip to content

Commit

Permalink
raft: update to 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Dec 31, 2023
1 parent ee57de4 commit 01c5d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,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
Expand Down
12 changes: 5 additions & 7 deletions srcpkgs/raft/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Template file for 'raft'
pkgname=raft
version=0.16.0
revision=2
version=0.18.3
revision=1
build_style=gnu-configure
configure_args="--enable-example=no"
hostmakedepends="pkg-config autoconf automake libtool"
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=8709bd4fda9e871bf54b929d32265ce54f304fce94527566d2c44f723753838b

pre_configure() {
autoreconf -i
Expand Down

0 comments on commit 01c5d2f

Please sign in to comment.