mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
gis/pdal: Updated for version 1.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
5ead4236b1
commit
78f0128e77
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pdal
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdal"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://pointcloud.org"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.2.0.tar.gz"
|
||||
MD5SUM="1cb08798cb2786c173dcbe91b82693d1"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.3.0.tar.gz"
|
||||
MD5SUM="152e2547775bc1d609cfdca9b8da6fe8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal laszip libgeotiff postgresql"
|
||||
|
|
Loading…
Reference in a new issue