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

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 2 20:41:23 UTC 2022


    Date: Tuesday, August 2, 2022 @ 20:41:23
  Author: foxboron
Revision: 1259883

upgpkg: raft 0.14.0-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 20:39:39 UTC (rev 1259882)
+++ PKGBUILD	2022-08-02 20:41:23 UTC (rev 1259883)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libuv')
 options=(debug strip)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c')
+sha256sums=('e020bffdab2011521708580997b956ad88c959220cdd94160f94863e2f0d6b95')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list