Date: Saturday, November 19, 2022 @ 13:03:19
Author: foxboron
Revision: 1349667
upgpkg: raft 0.16.0-1
Modified:
raft/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 13:01:04 UTC (rev 1349666)
+++ PKGBUILD 2022-11-19 13:03:19 UTC (rev 1349667)
@@ -2,7 +2,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=raft
-pkgver=0.15.0
+pkgver=0.16.0
pkgrel=1
pkgdesc="C implementation of the Raft consensus protocol"
arch=('x86_64')
@@ -11,7 +11,7 @@
depends=('libuv')
options=(debug strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02')
+sha256sums=('ab5480c051bfbf482074f62c9c306d08ca68b8f0ad0c2db2ebf0488cfe692336')
build() {
cd "${pkgname}-${pkgver}"