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

Morten Linderud foxboron at gemini.archlinux.org
Fri Aug 6 21:47:11 UTC 2021


    Date: Friday, August 6, 2021 @ 21:47:11
  Author: foxboron
Revision: 994612

upgpkg: raft 0.11.2-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-06 21:45:20 UTC (rev 994611)
+++ PKGBUILD	2021-08-06 21:47:11 UTC (rev 994612)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.11.1
+pkgver=0.11.2
 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=('9a8dc27c991f365c07a82a2fad5a9a26f842900f3b1586c824442cc652005e4e')
+sha256sums=('c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list