gis/postgis: Updated for version 2.1.8.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-07-07 10:56:24 -07:00 committed by Willy Sudiarto Raharjo
parent 4b3f8d9a30
commit ba6df37f88
2 changed files with 5 additions and 5 deletions

View File

@ -25,8 +25,8 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
VERSION=${VERSION:-2.1.7}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="2.1.7"
VERSION="2.1.8"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.7.tar.gz"
MD5SUM="f35307c201caf04e7028f95b649cf6e7"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.8.tar.gz"
MD5SUM="c33923e37424978a1306ce461c1d14ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal json-c postgresql"