summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Giancarlo Dessi2023-06-21 16:17:07 +0200
committer Willy Sudiarto Raharjo2023-06-21 16:17:07 +0200
commit8a86f5bf89b64db46c85cdafa14a3e47d00b3a40 (patch)
treecf3afa34045e6e46fb73f60c3c8f80e5f3f72d87
parent1ad810fe4e3916e38b4c2b7e4ef525ccb451b824 (diff)
downloadslackbuilds-8a86f5bf89b64db46c85cdafa14a3e47d00b3a40.tar.gz
gis/pdal: Updated for version 2.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/pdal/pdal.SlackBuild4
-rw-r--r--gis/pdal/pdal.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 1307d7126c..42c837fb3f 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdal
SRCNAM=PDAL
-VERSION=${VERSION:-2.5.4}
+VERSION=${VERSION:-2.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,7 +52,7 @@ fi
# *************************************************************************
-# Users that have a standard installation of proprietary MatLAB would enable
+# Users that have a standard installation of proprietary MatLAB would enable
# the build of Matlab plugin. This is disabled by default
BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \
BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON"
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index b1eed3101c..b4810610ec 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -1,8 +1,8 @@
PRGNAM="pdal"
-VERSION="2.5.4"
+VERSION="2.5.5"
HOMEPAGE="https://pdal.io"
-DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.4/PDAL-2.5.4.tar.gz"
-MD5SUM="3e559237458b763fffaa98648e906bdc"
+DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.5/PDAL-2.5.5.tar.gz"
+MD5SUM="5b573e31ed50dc2c9f7acd8c7018c2e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal hdf5 libgeotiff netcdf postgresql"