Browse Source
gis/postgis: Updated for version 2.5.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
pull/47/head
Benjamin Trigona-Harany
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
gis/postgis/postgis.SlackBuild
-
gis/postgis/postgis.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for PostGIS |
|
|
|
|
|
|
|
# Copyright 2009 Peter Sarkoci <sarkoci@math.sk> |
|
|
|
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# Maintained 2013-2018 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.4.5} |
|
|
|
VERSION=${VERSION:-2.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="postgis" |
|
|
|
VERSION="2.4.5" |
|
|
|
VERSION="2.5.0" |
|
|
|
HOMEPAGE="http://postgis.org" |
|
|
|
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.5.tar.gz" |
|
|
|
MD5SUM="d627bbe793f9e1f84e1fec21620cbff9" |
|
|
|
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.0.tar.gz" |
|
|
|
MD5SUM="8e24ef45660d3e734870eef3904bc54f" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gdal postgresql" |
|
|
|