gis/pgrouting: Updated for version 2.6.3.

This commit is contained in:
Benjamin Trigona-Harany 2019-09-16 16:00:31 -07:00 committed by Willy Sudiarto Raharjo
parent 8e8249c179
commit 80b185258a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"