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

Morten Linderud foxboron at archlinux.org
Sat May 30 20:11:40 UTC 2020


    Date: Saturday, May 30, 2020 @ 20:11:40
  Author: foxboron
Revision: 637505

upgpkg: raft 0.9.22-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 20:09:56 UTC (rev 637504)
+++ PKGBUILD	2020-05-30 20:11:40 UTC (rev 637505)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.9.21
+pkgver=0.9.22
 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=('9930ca7077c35c1e7b42c4ee51eaf6f55ae2fd1d061d5827f5744529e7a07ff6')
+sha256sums=('3067dc25cd8465d0e2cdee68dc1b2a9a9063935b02a4921ae872a65d95d7a700')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list