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

Morten Linderud foxboron at archlinux.org
Fri May 15 22:12:39 UTC 2020


    Date: Friday, May 15, 2020 @ 22:12:39
  Author: foxboron
Revision: 628128

upgpkg: raft 0.9.20-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 22:08:25 UTC (rev 628127)
+++ PKGBUILD	2020-05-15 22:12:39 UTC (rev 628128)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.9.19
+pkgver=0.9.20
 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=('a018e35f103d8311eb436bea9696b03b88a8a3a25ebab61daec3d1af4d20828e')
+sha256sums=('209de04651fd3492e74936da50f67e019a273bbf429f352221eb4ca1dc230cfb')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list