diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-08-19 07:49:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:20 +0700 |
commit | cc52b25968c2bd1b25bea4c29fed7fcfd2730f57 (patch) | |
tree | a0f8cae2b2eff418448ff17aad6ee2cb4504f040 /gis | |
parent | 362c91f43d7615d05ab87316d937bb1b02ffad25 (diff) |
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')
-rw-r--r-- | gis/pdal/pdal.SlackBuild | 4 | ||||
-rw-r--r-- | gis/pdal/pdal.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild index 42c837fb3fbd..571b257dc423 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 b4810610ec00..4f23f24dec08 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" |