diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-09-16 16:00:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 16:21:21 +0700 |
commit | 80b185258a4a23cb4c9b94e55a00a823726cde8a (patch) | |
tree | da15620364cea8be95d71ce9f3a7cdbdae2caea8 /gis/pgrouting/pgrouting.SlackBuild | |
parent | 8e8249c179e107719aea9e372630f2617ee3a6e3 (diff) | |
download | slackbuilds-80b185258a4a23cb4c9b94e55a00a823726cde8a.tar.gz |
gis/pgrouting: Updated for version 2.6.3.
Diffstat (limited to 'gis/pgrouting/pgrouting.SlackBuild')
-rw-r--r-- | gis/pgrouting/pgrouting.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pgrouting/pgrouting.SlackBuild b/gis/pgrouting/pgrouting.SlackBuild index c9095bef29..fb107ea466 100644 --- a/gis/pgrouting/pgrouting.SlackBuild +++ b/gis/pgrouting/pgrouting.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for pgRouting -# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pgrouting -VERSION=${VERSION:-2.6.2} +VERSION=${VERSION:-2.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |