[arch-commits] Commit in raft/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Apr 29 17:15:31 UTC 2021
Date: Thursday, April 29, 2021 @ 17:15:30
Author: foxboron
Revision: 925252
upgpkg: raft 0.10.1-1
Modified:
raft/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-29 17:09:08 UTC (rev 925251)
+++ PKGBUILD 2021-04-29 17:15:30 UTC (rev 925252)
@@ -2,7 +2,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=raft
-pkgver=0.10.0
+pkgver=0.10.1
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=('f0c6b0bf24b2d0ce943e8b2029d903c9057c27b72273c00a96249ba77c3c4976')
+sha256sums=('a5fb276d562bbaec792b3728fbb20c768907cc5927a55ee86d04d24216cde381')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list