mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
cf3d8dacf6
commit
70e3e8b2ea
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pdal
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=pdal
|
PRGNAM=pdal
|
||||||
SRCNAM=PDAL
|
SRCNAM=PDAL
|
||||||
VERSION=${VERSION:-2.0.1}
|
VERSION=${VERSION:-2.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pdal"
|
PRGNAM="pdal"
|
||||||
VERSION="2.0.1"
|
VERSION="2.1.0"
|
||||||
HOMEPAGE="http://pointcloud.org"
|
HOMEPAGE="http://pointcloud.org"
|
||||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.0.1/PDAL-2.0.1.tar.gz"
|
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.1.0/PDAL-2.1.0.tar.gz"
|
||||||
MD5SUM="787168236b556031e6eeed6ba4dc83a3"
|
MD5SUM="b991ff09c84cb0f54dde179f2e7a31c9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gdal libgeotiff postgresql"
|
REQUIRES="gdal libgeotiff postgresql"
|
||||||
|
|
Loading…
Reference in a new issue