* update raft to 0.18.1-1

This commit is contained in:
Alexander Baldeck 2024-03-08 03:35:46 +01:00
parent eb88507e39
commit 8d781c20af

View File

@ -3,7 +3,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=raft
pkgver=0.18.0
pkgver=0.18.1
pkgrel=1
pkgdesc="C implementation of the Raft consensus protocol"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -12,7 +12,7 @@ license=('LGPL3')
depends=('libuv')
options=(strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('a26d4a8a401d4b221336aaa5d80eb92d4b26c1be30a6194021097d9c387a3e39')
sha256sums=('43e851352d99e6958c2a23805e25de8a726939e227e50ce596394e2306efc3b7')
build() {
cd "${pkgname}-${pkgver}"