libraries/yaml-cpp: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
62f9dd319e
commit
f7e5e6ae78
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yaml-cpp
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=yaml-cpp
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-release-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz || tar xvf $CWD/release-$VERSION.tar.gz
|
||||
cd $PRGNAM-release-$VERSION
|
||||
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yaml-cpp"
|
||||
VERSION="0.5.3"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
|
||||
DOWNLOAD="https://github.com/jbeder/yaml-cpp/archive/release-0.5.3.tar.gz"
|
||||
MD5SUM="e2507c3645fc2bec29ba9a1838fb3951"
|
||||
DOWNLOAD="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz"
|
||||
MD5SUM="b45bf1089a382e81f6b661062c10d0c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue