summaryrefslogtreecommitdiffstats
path: root/gis/pdal
diff options
context:
space:
mode:
author Giancarlo Dessi2023-08-19 00:49:20 +0200
committer Willy Sudiarto Raharjo2023-08-19 04:15:20 +0200
commitcc52b25968c2bd1b25bea4c29fed7fcfd2730f57 (patch)
treea0f8cae2b2eff418448ff17aad6ee2cb4504f040 /gis/pdal
parent362c91f43d7615d05ab87316d937bb1b02ffad25 (diff)
downloadslackbuilds-cc52b25968c2bd1b25bea4c29fed7fcfd2730f57.tar.gz
gis/pdal: Updated for version 2.5.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pdal')
-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 42c837fb3f..571b257dc4 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.5}
+VERSION=${VERSION:-2.5.6}
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 b4810610ec..4f23f24dec 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -1,8 +1,8 @@
PRGNAM="pdal"
-VERSION="2.5.5"
+VERSION="2.5.6"
HOMEPAGE="https://pdal.io"
-DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.5/PDAL-2.5.5.tar.gz"
-MD5SUM="5b573e31ed50dc2c9f7acd8c7018c2e2"
+DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.6/PDAL-2.5.6.tar.gz"
+MD5SUM="fde46596cb1ae779a09cbb762ffec1d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal hdf5 libgeotiff netcdf postgresql"