gis/pdal: Updated for version 2.1.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-05-01 08:49:38 -07:00 committed by Willy Sudiarto Raharjo
parent cf3d8dacf6
commit 70e3e8b2ea
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pdal
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=pdal
SRCNAM=PDAL
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pdal"
VERSION="2.0.1"
VERSION="2.1.0"
HOMEPAGE="http://pointcloud.org"
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.0.1/PDAL-2.0.1.tar.gz"
MD5SUM="787168236b556031e6eeed6ba4dc83a3"
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.1.0/PDAL-2.1.0.tar.gz"
MD5SUM="b991ff09c84cb0f54dde179f2e7a31c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libgeotiff postgresql"