mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
raft: update to 0.13.0
This commit is contained in:
parent
3e7dad3412
commit
ca74dbfc35
2 changed files with 4 additions and 3 deletions
|
@ -3891,7 +3891,7 @@ libigraph.so.0 igraph-0.9.4_1
|
||||||
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
|
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
|
||||||
librdkafka.so.1 librdkafka-1.4.4_3
|
librdkafka.so.1 librdkafka-1.4.4_3
|
||||||
librdkafka++.so.1 librdkafka-1.4.4_3
|
librdkafka++.so.1 librdkafka-1.4.4_3
|
||||||
libraft.so.0 raft-0.9.16_1
|
libraft.so.2 raft-0.13.0_1
|
||||||
libmdnsd.so.1 libmdnsd-0.9_1
|
libmdnsd.so.1 libmdnsd-0.9_1
|
||||||
libosdGPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
libosdGPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
||||||
libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'raft'
|
# Template file for 'raft'
|
||||||
pkgname=raft
|
pkgname=raft
|
||||||
version=0.11.2
|
version=0.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-example=no"
|
configure_args="--enable-example=no"
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
license="custom:LGPL-3.0-only-linking-exception"
|
license="custom:LGPL-3.0-only-linking-exception"
|
||||||
homepage="https://github.com/canonical/raft"
|
homepage="https://github.com/canonical/raft"
|
||||||
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
|
||||||
checksum=c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d
|
checksum=91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c
|
||||||
|
# test/unit/uv and test/integration/uv fail on CI
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue