libraries/liburcu: Updated for version 0.13.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-08-20 09:33:50 +07:00
parent bd0f9a60d2
commit 1197fe96c6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -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=""