raft: update to 0.15.0

Adopt, as I have done the last several updates and generally maintain
this as part of LXD maintenance.
This commit is contained in:
Cameron Nemo 2022-10-09 15:50:43 -07:00 committed by Michal Vasilek
parent f991011844
commit 09f19cb03a
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'raft'
pkgname=raft
version=0.13.0
version=0.15.0
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="Julio Galvan <juliogalvan@protonmail.com>"
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=91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c
checksum=33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02
# test/unit/uv and test/integration/uv fail on CI
make_check=ci-skip