gis/postgis: Updated for version 2.1.5.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-12-18 21:46:05 -08:00 committed by Willy Sudiarto Raharjo
parent dcc8d4df11
commit c0bc85aaa7
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.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="2.1.4"
VERSION="2.1.5"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.4.tar.gz"
MD5SUM="6f7bacc0205859dafdfe545db1b892ca"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.5.tar.gz"
MD5SUM="5191d3bfbc76bba772cfa14238328eeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal json-c postgresql"