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

Morten Linderud foxboron at gemini.archlinux.org
Sat Aug 27 10:49:20 UTC 2022


    Date: Saturday, August 27, 2022 @ 10:49:19
  Author: foxboron
Revision: 1284687

upgpkg: raft 0.15.0-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 10:47:57 UTC (rev 1284686)
+++ PKGBUILD	2022-08-27 10:49:19 UTC (rev 1284687)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.14.0
+pkgver=0.15.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=('e020bffdab2011521708580997b956ad88c959220cdd94160f94863e2f0d6b95')
+sha256sums=('33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list