Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / raft
Commits: 154e7a36 by Morten Linderud at 2023-10-12T21:49:47+02:00 upgpkg: 0.18.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = raft + pkgdesc = C implementation of the Raft consensus protocol + pkgver = 0.18.0 + pkgrel = 1 + url = https://github.com/canonical/raft + arch = x86_64 + license = LGPL3 + depends = libuv + options = strip + source = raft-0.18.0.tar.gz::https://github.com/canonical/raft/archive/v0.18.0.tar.gz + sha256sums = a26d4a8a401d4b221336aaa5d80eb92d4b26c1be30a6194021097d9c387a3e39 + +pkgname = raft ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Thomas Hipp <thomashipp at gmail dot com> pkgname=raft -pkgver=0.17.1 +pkgver=0.18.0 pkgrel=1 pkgdesc="C implementation of the Raft consensus protocol" arch=('x86_64') @@ -11,7 +11,7 @@ license=('LGPL3') depends=('libuv') options=(strip) source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('e31c7fafbdd5f94913161c5d64341a203364e512524b47295c97a91e83c4198b') +sha256sums=('a26d4a8a401d4b221336aaa5d80eb92d4b26c1be30a6194021097d9c387a3e39') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/raft/-/commit/154e7a362151720bffe3acea2f52d1dedd01daee -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/raft/-/commit/154e7a362151720bffe3acea2f52d1dedd01daee You're receiving this email because of your account on gitlab.archlinux.org.
