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

Morten Linderud foxboron at archlinux.org
Tue Jul 14 13:26:15 UTC 2020


    Date: Tuesday, July 14, 2020 @ 13:26:15
  Author: foxboron
Revision: 663757

upgpkg: raft 0.9.24-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 13:21:37 UTC (rev 663756)
+++ PKGBUILD	2020-07-14 13:26:15 UTC (rev 663757)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.9.23
+pkgver=0.9.24
 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=('e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f')
+sha256sums=('5c555dc9b69f122636660b30e6e3b065e09032a38499f7fe367c489d2dfda9ea')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list