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

Morten Linderud foxboron at archlinux.org
Thu Jun 17 20:14:21 UTC 2021


    Date: Thursday, June 17, 2021 @ 20:14:21
  Author: foxboron
Revision: 964747

upgpkg: raft 0.11.1-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 20:12:35 UTC (rev 964746)
+++ PKGBUILD	2021-06-17 20:14:21 UTC (rev 964747)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.11.0
+pkgver=0.11.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=('119f2987d5e41db877bc48f91251e4ce4b31b9e611322d192ea494300290afbd')
+sha256sums=('9a8dc27c991f365c07a82a2fad5a9a26f842900f3b1586c824442cc652005e4e')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list