diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-12-18 21:41:56 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-26 16:40:40 +0700 |
commit | 61fb7808bbe21aeb108fe3eb1cd3ea45dd908789 (patch) | |
tree | 666c00458218be6918ef72f1b11b8cce4257546f /gis | |
parent | 930080d5919ec5de55fb4a86a9fda5b15ea641cf (diff) | |
download | slackbuilds-61fb7808bbe21aeb108fe3eb1cd3ea45dd908789.tar.gz |
gis/pgrouting: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 fb107ea466..26b359a94c 100644 --- a/gis/pgrouting/pgrouting.SlackBuild +++ b/gis/pgrouting/pgrouting.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for pgRouting -# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2020 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.3} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/pgrouting/pgrouting.info b/gis/pgrouting/pgrouting.info index 9c405c787a..c520479fbb 100644 --- a/gis/pgrouting/pgrouting.info +++ b/gis/pgrouting/pgrouting.info @@ -1,8 +1,8 @@ PRGNAM="pgrouting" -VERSION="2.6.3" +VERSION="3.1.1" HOMEPAGE="https://pgrouting.org" -DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.6.3/pgrouting-2.6.3.tar.gz" -MD5SUM="16f8537a553d2953ef50726764dd7d66" +DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v3.1.1/pgrouting-3.1.1.tar.gz" +MD5SUM="efd093486f695e1b8f6b4863459914ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="CGAL postgis" |