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

Morten Linderud foxboron at gemini.archlinux.org
Sat Apr 9 20:48:08 UTC 2022


    Date: Saturday, April 9, 2022 @ 20:48:07
  Author: foxboron
Revision: 1183167

upgpkg: raft 0.13.0-1: upgpkg: raft 0.13.0-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-09 20:42:43 UTC (rev 1183166)
+++ PKGBUILD	2022-04-09 20:48:07 UTC (rev 1183167)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=raft
-pkgver=0.11.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -9,8 +9,9 @@
 url="https://github.com/canonical/raft"
 license=('LGPL3')
 depends=('libuv')
+options=(debug strip)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('82532c001b0fd1eeefb4bb4d333b36ab9476e0652f24ff28c1177b476274b896')
+sha256sums=('91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list