diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template index b111bcc7375..cfaed3f81b0 100644 --- a/srcpkgs/raft/template +++ b/srcpkgs/raft/template @@ -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 " +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=91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c +checksum=33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02 # test/unit/uv and test/integration/uv fail on CI make_check=ci-skip