mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
liburcu: update to 0.10.2.
This commit is contained in:
parent
2941a75e6e
commit
80b9ad39ab
1 changed files with 9 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
||||||
# template file for 'liburcu'
|
# Template file for 'liburcu'
|
||||||
pkgname=liburcu
|
pkgname=liburcu
|
||||||
version=0.10.1
|
version=0.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
|
||||||
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
|
||||||
maintainer="Simon Thoby <simonthoby@live.fr>"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
homepage="http://liburcu.org"
|
|
||||||
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
|
||||||
checksum=9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06
|
|
||||||
wrksrc="userspace-rcu-${version}"
|
wrksrc="userspace-rcu-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
short_desc="Userspace RCU (read-copy-update) library"
|
||||||
|
maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://liburcu.org"
|
||||||
|
distfiles="https://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
||||||
|
checksum=b3f6888daf6fe02c1f8097f4a0898e41b5fe9975e121dc792b9ddef4b17261cc
|
||||||
|
|
||||||
liburcu-devel_package() {
|
liburcu-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue