[arch-commits] Commit in raft/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Apr 16 21:10:12 UTC 2020
Date: Thursday, April 16, 2020 @ 21:10:11
Author: foxboron
Revision: 615370
upgpkg: raft 0.9.18-1
Modified:
raft/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-16 21:06:25 UTC (rev 615369)
+++ PKGBUILD 2020-04-16 21:10:11 UTC (rev 615370)
@@ -2,7 +2,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=raft
-pkgver=0.9.17
+pkgver=0.9.18
pkgrel=1
pkgdesc="C implementation of the Raft consensus protocol"
arch=('x86_64')
@@ -10,7 +10,7 @@
license=('LGPL3')
depends=('libuv')
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2ee6b40cc316bb0ca4172b491dbfac30abfcc72fb43dfc385c20f584ca439b2a')
+sha256sums=('a674c11f62720cf0b2c851af8469e55e6a13cee1563811fcef1fcca320853c3e')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list