diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-02 09:45:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-02 12:04:45 +0700 |
commit | a1cb430966f08db3f464a9b628e22fd9e171d67f (patch) | |
tree | e6290ea5f6d9fbba64ed2db87565b82fb772fa1b /gis/therion/therion.SlackBuild | |
parent | 24294989b757db8142100b16a8f06367859ea5d0 (diff) |
gis/therion: Updated for version 6.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/therion/therion.SlackBuild')
-rw-r--r-- | gis/therion/therion.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/therion/therion.SlackBuild b/gis/therion/therion.SlackBuild index 444e05d3a84ca..f5290f8530241 100644 --- a/gis/therion/therion.SlackBuild +++ b/gis/therion/therion.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=therion -VERSION=${VERSION:-6.2.0} +VERSION=${VERSION:-6.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,7 +92,7 @@ cd build $BUILDBOOK \ $BUILDX \ -DCMAKE_BUILD_TYPE=Release .. - make + make -j 10 make install/strip DESTDIR=$PKG cd .. |