mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
ilbraries/liburcu: Updated for version 0.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
af7b363df0
commit
87dfea8084
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for liburcu
|
||||
|
||||
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2019 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.1}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRCNAM=userspace-rcu
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liburcu"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="http://liburcu.org/"
|
||||
DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.10.1.tar.bz2"
|
||||
MD5SUM="281a2f92fdc39c40ad6b76f6631fdbd7"
|
||||
DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.10.2.tar.bz2"
|
||||
MD5SUM="7c424c5183ec009d87e0f70c23e92f1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue