summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526ea8645faf..679551b83900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hipp <thomashipp at gmail dot com>
pkgname=raft
-pkgver=0.9.14
+pkgver=0.9.16
pkgrel=1
pkgdesc="C implementation of the Raft consensus protocol"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/canonical/raft"
license=('Apache')
depends=('libuv>=1.8.0')
source=("https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9895781e49223d17383d98d7e8dbeb2360380f8198306e0bf4e80e2a4446629e')
+sha256sums=('b4c4ac15dd74a4c2bbe86149cb5fc1b937979a62e97439615175e3e218fac512')
build() {
cd "${pkgname}-${pkgver}"