gis/postgis: Updated for version 2.3.3.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-07-01 11:06:45 -07:00 committed by Willy Sudiarto Raharjo
parent be809db90e
commit 3517ae691f
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis PRGNAM=postgis
VERSION=${VERSION:-2.3.2} VERSION=${VERSION:-2.3.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="postgis" PRGNAM="postgis"
VERSION="2.3.2" VERSION="2.3.3"
HOMEPAGE="http://postgis.org" HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.3.2.tar.gz" DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.3.3.tar.gz"
MD5SUM="3b1a648d0c15bce5bd18ec3481fc633b" MD5SUM="4f88d18cb04143f4426cbb190c3edb00"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="gdal postgresql" REQUIRES="gdal postgresql"