gis/pgrouting: Updated for version 2.2.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-04-06 21:11:41 -07:00 committed by Robby Workman
parent 788ef75f07
commit e83db2273a
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pgrouting
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pgrouting"
VERSION="2.1.0"
VERSION="2.2.0"
HOMEPAGE="http://pgrouting.org"
DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/pgrouting-2.1.0.tar.gz"
MD5SUM="c500b11d63893ba295ff6ef8ed255093"
DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/pgrouting-2.2.0.tar.gz"
MD5SUM="ccdb60e906ae34afd5cc437ccc29153b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CGAL postgis"