libraries/process-cpp: Version bump to 3.0.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-08-16 16:14:20 -07:00 committed by Willy Sudiarto Raharjo
parent c36a007dba
commit 208aba9c1d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for process-cpp
# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2017-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=process-cpp
VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -52,16 +52,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e

View File

@ -1,8 +1,8 @@
PRGNAM="process-cpp"
VERSION="3.0.1"
VERSION="3.0.2"
HOMEPAGE="https://gitlab.com/ubports/development/core/lib-cpp/process-cpp/"
DOWNLOAD="https://gitlab.com/ubports/development/core/lib-cpp/process-cpp/-/archive/3.0.1/process-cpp-3.0.1.tar.gz"
MD5SUM="679af2515e9edc8c6441b22b51794a01"
DOWNLOAD="https://gitlab.com/ubports/development/core/lib-cpp/process-cpp/-/archive/3.0.2/process-cpp-3.0.2.tar.gz"
MD5SUM="ee6d5ddbe5b1d7c9fedc8ecb31e93d2d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="properties-cpp"