diff options
author | Giancarlo Dessi | 2024-04-02 04:45:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2024-04-02 07:04:45 +0200 |
commit | a1cb430966f08db3f464a9b628e22fd9e171d67f (patch) | |
tree | e6290ea5f6d9fbba64ed2db87565b82fb772fa1b /gis | |
parent | 24294989b757db8142100b16a8f06367859ea5d0 (diff) | |
download | slackbuilds-a1cb430966f08db3f464a9b628e22fd9e171d67f.tar.gz |
gis/therion: Updated for version 6.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/therion/therion.SlackBuild | 4 | ||||
-rw-r--r-- | gis/therion/therion.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/therion/therion.SlackBuild b/gis/therion/therion.SlackBuild index 444e05d3a8..f5290f8530 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 .. diff --git a/gis/therion/therion.info b/gis/therion/therion.info index cb979a67b5..3cbeac70f3 100644 --- a/gis/therion/therion.info +++ b/gis/therion/therion.info @@ -1,8 +1,8 @@ PRGNAM="therion" -VERSION="6.2.0" +VERSION="6.2.1" HOMEPAGE="https://therion.speleo.sk/" -DOWNLOAD="https://github.com/therion/therion/archive/v6.2.0/therion-6.2.0.tar.gz" -MD5SUM="1adb2255d56adeae02f3d97a7bf6e108" +DOWNLOAD="https://github.com/therion/therion/archive/v6.2.1/therion-6.2.1.tar.gz" +MD5SUM="cb3b9c2472bfeda939661ce7d71e651d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bwidget Catch2 fmt lcdf-typetools proj tkimg VTK wxWidgets" |