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 | |
parent | 8e8249c179e107719aea9e372630f2617ee3a6e3 (diff) |
gis/pgrouting: Updated for version 2.6.3.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/pgrouting/pgrouting.SlackBuild | 4 | ||||
-rw-r--r-- | gis/pgrouting/pgrouting.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pgrouting/pgrouting.SlackBuild b/gis/pgrouting/pgrouting.SlackBuild index c9095bef2976..fb107ea466c8 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} diff --git a/gis/pgrouting/pgrouting.info b/gis/pgrouting/pgrouting.info index 1fbdcc7d5fc3..9c405c787a90 100644 --- a/gis/pgrouting/pgrouting.info +++ b/gis/pgrouting/pgrouting.info @@ -1,8 +1,8 @@ PRGNAM="pgrouting" -VERSION="2.6.2" +VERSION="2.6.3" HOMEPAGE="https://pgrouting.org" -DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.6.2/pgrouting-2.6.2.tar.gz" -MD5SUM="08378e74e036d78d3d421da29069890d" +DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.6.3/pgrouting-2.6.3.tar.gz" +MD5SUM="16f8537a553d2953ef50726764dd7d66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="CGAL postgis" |