gis/postgis: Updated for version 2.5.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-11-18 17:23:00 -08:00 committed by Willy Sudiarto Raharjo
parent b99740f5d8
commit 9a81cea8aa
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postgis
VERSION=${VERSION:-2.5.0}
VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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