diff options
-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" |