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