mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/pdal: Updated for version 2.5.4.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e8cf787967
commit
800820d094
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=pdal
|
||||
SRCNAM=PDAL
|
||||
VERSION=${VERSION:-2.5.3}
|
||||
VERSION=${VERSION:-2.5.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdal"
|
||||
VERSION="2.5.3"
|
||||
VERSION="2.5.4"
|
||||
HOMEPAGE="https://pdal.io"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.3/PDAL-2.5.3.tar.gz"
|
||||
MD5SUM="620a6d5e5eca84e6df38b21d59c76f32"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.5.4/PDAL-2.5.4.tar.gz"
|
||||
MD5SUM="3e559237458b763fffaa98648e906bdc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal hdf5 libgeotiff netcdf postgresql"
|
||||
|
|
Loading…
Reference in a new issue