libraries/liburcu: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
abac5a2155
commit
eea3aaacc2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for liburcu
|
||||
|
||||
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liburcu
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRCNAM=userspace-rcu
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liburcu"
|
||||
VERSION="0.10.0"
|
||||
VERSION="0.10.1"
|
||||
HOMEPAGE="http://liburcu.org/"
|
||||
DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.10.0.tar.bz2"
|
||||
MD5SUM="69dab85b6929c378338b9504adc6aea7"
|
||||
DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.10.1.tar.bz2"
|
||||
MD5SUM="281a2f92fdc39c40ad6b76f6631fdbd7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue