summaryrefslogtreecommitdiffstats
path: root/libraries/properties-cpp
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2023-06-01 16:45:20 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:20:42 +0700
commit187b390544396f334b8642d1a3f3979fc87e6546 (patch)
tree2b7ec4d9efb10935bcb91e2b4b88a4f070d94aa1 /libraries/properties-cpp
parentb794b8000eb7897aece85fa99e2689896d4d2517 (diff)
downloadslackbuilds-187b390544396f334b8642d1a3f3979fc87e6546.tar.gz
slackbuilds-187b390544396f334b8642d1a3f3979fc87e6546.tar.xz
libraries/properties-cpp: Version bump to 0.0.2 and update homepage
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/properties-cpp')
-rw-r--r--libraries/properties-cpp/properties-cpp.SlackBuild11
-rw-r--r--libraries/properties-cpp/properties-cpp.info8
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"