Date: Tuesday, January 18, 2022 @ 21:19:04
  Author: foxboron
Revision: 1110200

upgpkg: raft 0.11.3-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-18 21:16:53 UTC (rev 1110199)
+++ PKGBUILD    2022-01-18 21:19:04 UTC (rev 1110200)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.11.2
+pkgver=0.11.3
 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=('c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d')
+sha256sums=('82532c001b0fd1eeefb4bb4d333b36ab9476e0652f24ff28c1177b476274b896')
 
 build() {
        cd "${pkgname}-${pkgver}"

Reply via email to