diff --git a/libraries/liburcu/liburcu.SlackBuild b/libraries/liburcu/liburcu.SlackBuild index dd2ad788e0..0b6ab3f463 100644 --- a/libraries/liburcu/liburcu.SlackBuild +++ b/libraries/liburcu/liburcu.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=liburcu -VERSION=${VERSION:-0.13.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.13.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=userspace-rcu @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/liburcu/liburcu.info b/libraries/liburcu/liburcu.info index 7be8607c31..0781a176e4 100644 --- a/libraries/liburcu/liburcu.info +++ b/libraries/liburcu/liburcu.info @@ -1,8 +1,8 @@ PRGNAM="liburcu" -VERSION="0.13.1" +VERSION="0.13.2" HOMEPAGE="http://liburcu.org/" -DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.13.1.tar.bz2" -MD5SUM="eecffc78f89938424b328298d76d856f" +DOWNLOAD="https://www.lttng.org/files/urcu/userspace-rcu-0.13.2.tar.bz2" +MD5SUM="e76e7f8ddce0f229cbd870e7ff39193e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""