From 187b390544396f334b8642d1a3f3979fc87e6546 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Thu, 1 Jun 2023 16:45:20 -0700 Subject: [PATCH] libraries/properties-cpp: Version bump to 0.0.2 and update homepage Signed-off-by: Willy Sudiarto Raharjo --- libraries/properties-cpp/properties-cpp.SlackBuild | 11 +++++------ libraries/properties-cpp/properties-cpp.info | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/libraries/properties-cpp/properties-cpp.SlackBuild b/libraries/properties-cpp/properties-cpp.SlackBuild index 353d439630..6aeae48753 100644 --- a/libraries/properties-cpp/properties-cpp.SlackBuild +++ b/libraries/properties-cpp/properties-cpp.SlackBuild @@ -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 \ diff --git a/libraries/properties-cpp/properties-cpp.info b/libraries/properties-cpp/properties-cpp.info index f8e232898d..2c020b2fb1 100644 --- a/libraries/properties-cpp/properties-cpp.info +++ b/libraries/properties-cpp/properties-cpp.info @@ -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"