gis/postgis: Updated for version 2.5.2.

This commit is contained in:
Benjamin Trigona-Harany 2019-03-11 16:53:05 -07:00 committed by Willy Sudiarto Raharjo
parent 0bb61486ae
commit e402b166a3
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for PostGIS
# Copyright 2009 Peter Sarkoci <sarkoci@math.sk>
# Maintained 2013-2018 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Maintained 2013-2019 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postgis
VERSION=${VERSION:-2.5.1}
VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="2.5.1"
VERSION="2.5.2"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.1.tar.gz"
MD5SUM="33bd93a527757dbf852639d21f82399e"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.2.tar.gz"
MD5SUM="ef90c8c0fec7df0be22bd8a5cb651784"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql"