[arch-commits] Commit in raft/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Jun 5 11:46:20 UTC 2021


    Date: Saturday, June 5, 2021 @ 11:46:19
  Author: foxboron
Revision: 956035

upgpkg: raft 0.11.0-1

Modified:
  raft/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 11:43:24 UTC (rev 956034)
+++ PKGBUILD	2021-06-05 11:46:19 UTC (rev 956035)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.10.1
+pkgver=0.11.0
 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=('a5fb276d562bbaec792b3728fbb20c768907cc5927a55ee86d04d24216cde381')
+sha256sums=('119f2987d5e41db877bc48f91251e4ce4b31b9e611322d192ea494300290afbd')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list