diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-05-01 08:49:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:41 +0700 |
commit | 70e3e8b2ea12ebbca994870cd58149e65d478916 (patch) | |
tree | e9646bc05d8c1fe1d48cc4452758087fd06ff48e /gis/pdal/pdal.SlackBuild | |
parent | cf3d8dacf6ad274a141fadb7438bf2d3a14b8119 (diff) | |
download | slackbuilds-70e3e8b2ea12ebbca994870cd58149e65d478916.tar.gz |
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>
Diffstat (limited to 'gis/pdal/pdal.SlackBuild')
-rw-r--r-- | gis/pdal/pdal.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild index 3e2e4d3736..7fab3eac74 100644 --- a/gis/pdal/pdal.SlackBuild +++ b/gis/pdal/pdal.SlackBuild @@ -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} |