gis/postgis: Updated for version 2.4.2.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-11-15 15:35:02 -08:00 committed by Willy Sudiarto Raharjo
parent a2de01cfa3
commit 43f69c8012
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="2.4.1"
VERSION="2.4.2"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.1.tar.gz"
MD5SUM="d5f9444fbbddb6a33fabc106d67703b9"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.2.tar.gz"
MD5SUM="b6eebbb708cb0a67bbbe8edc9152780c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql"