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

Morten Linderud foxboron at archlinux.org
Wed Mar 24 22:14:02 UTC 2021


    Date: Wednesday, March 24, 2021 @ 22:14:02
  Author: foxboron
Revision: 901908

upgpkg: raft 0.10.0-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 22:12:14 UTC (rev 901907)
+++ PKGBUILD	2021-03-24 22:14:02 UTC (rev 901908)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.9.25
+pkgver=0.10.0
 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=('fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d')
+sha256sums=('f0c6b0bf24b2d0ce943e8b2029d903c9057c27b72273c00a96249ba77c3c4976')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list