raft: update to 0.11.2
This commit is contained in:
parent
f203e88c8f
commit
f5505aedee
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'raft'
|
# Template file for 'raft'
|
||||||
pkgname=raft
|
pkgname=raft
|
||||||
version=0.9.25
|
version=0.11.2
|
||||||
revision=1
|
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"
|
||||||
makedepends="libuv-devel"
|
makedepends="libuv-devel liblz4-devel"
|
||||||
short_desc="C implementation of the Raft consensus protocol"
|
short_desc="C implementation of the Raft consensus protocol"
|
||||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
license="custom:LGPL-3.0-only-linking-exception"
|
license="custom:LGPL-3.0-only-linking-exception"
|
||||||
homepage="https://github.com/canonical/raft"
|
homepage="https://github.com/canonical/raft"
|
||||||
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
||||||
checksum=fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d
|
checksum=c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d
|
||||||
|
make_check=ci-skip
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue