libraries/properties-cpp: Version bump to 0.0.2 and update homepage
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b794b8000e
commit
187b390544
|
@ -28,9 +28,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=properties-cpp
|
||||
VERSION=${VERSION:-0.0.1}
|
||||
SRCVER=${SRCVER:-0.0.1+14.10.20140730}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -70,9 +69,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/${PRGNAM}_${SRCVER}.orig.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz
|
||||
cd $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="properties-cpp"
|
||||
VERSION="0.0.1"
|
||||
HOMEPAGE="https://launchpad.net/properties-cpp"
|
||||
DOWNLOAD="https://launchpad.net/ubuntu/+archive/primary/+files/properties-cpp_0.0.1+14.10.20140730.orig.tar.gz"
|
||||
MD5SUM="449f95cc864ebe38a35848885ca1cb4b"
|
||||
VERSION="0.0.2"
|
||||
HOMEPAGE="https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp/"
|
||||
DOWNLOAD="https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp/-/archive/0.0.2/properties-cpp-0.0.2.tar.gz"
|
||||
MD5SUM="b4d7534612f8bed0f75331290b3b3fc2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="graphviz"
|
||||
|
|
Loading…
Reference in New Issue