mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/liburcu: Updated for version 0.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a30b71b97a
commit
cc899e947c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for liburcu
|
# Slackware build script for liburcu
|
||||||
|
|
||||||
# Copyright 2013-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=liburcu
|
PRGNAM=liburcu
|
||||||
VERSION=${VERSION:-0.9.3}
|
VERSION=${VERSION:-0.10.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
SRCNAM=userspace-rcu
|
SRCNAM=userspace-rcu
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="liburcu"
|
PRGNAM="liburcu"
|
||||||
VERSION="0.9.3"
|
VERSION="0.10.0"
|
||||||
HOMEPAGE="http://liburcu.org/"
|
HOMEPAGE="http://liburcu.org/"
|
||||||
DOWNLOAD="http://www.lttng.org/files/urcu/userspace-rcu-0.9.3.tar.bz2"
|
DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.10.0.tar.bz2"
|
||||||
MD5SUM="920970e35a1a2066c8353eabfeab8730"
|
MD5SUM="69dab85b6929c378338b9504adc6aea7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue