mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/liburcu: Updated for version 0.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd0f9a60d2
commit
1197fe96c6
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue