Skip to content
Snippets Groups Projects
Commit e8c5b503 authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/raft: upgrade to 0.11.0

parent b135ea21
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=raft pkgname=raft
pkgver=0.10.1 pkgver=0.11.0
pkgrel=0 pkgrel=0
pkgdesc="C implementation of the Raft consensus protocol" pkgdesc="C implementation of the Raft consensus protocol"
url="https://github.com/canonical/raft" url="https://github.com/canonical/raft"
...@@ -20,6 +20,7 @@ prepare() { ...@@ -20,6 +20,7 @@ prepare() {
build() { build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--disable-lz4 \
--enable-example=no --enable-example=no
make make
} }
...@@ -34,6 +35,6 @@ package() { ...@@ -34,6 +35,6 @@ package() {
} }
sha512sums=" sha512sums="
6fa99d9dbb5895299c5124f5c8cfb544cf1bccae4ee196bc8011cd4cf9c632cd896f8cd93181409fbaf7da115235c72a4e10568080dd9957eceb978784dc0f9d raft-0.10.1.tar.gz 808ea593e019ed1740ced2de4afd7f522056e08ccd739be77b069de80dd21e60dc9469395d6e18cb8f8056c12f4ef34859ca5892a3937280e708515a8bb3cebf raft-0.11.0.tar.gz
d0f204a271ac40bf9b36027f2a0ee53195aad7366c0166a7f6268bac5bfb05546a5ef858f466c4bbc2a0c6a50dff8d9bc3314abd125f25d49ed5aab9641527b2 unistd-include.patch d0f204a271ac40bf9b36027f2a0ee53195aad7366c0166a7f6268bac5bfb05546a5ef858f466c4bbc2a0c6a50dff8d9bc3314abd125f25d49ed5aab9641527b2 unistd-include.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment