mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
gis/postgis: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1bffa5db73
commit
930080d591
3 changed files with 5 additions and 7 deletions
|
@ -5,8 +5,6 @@ systems (GIS).
|
|||
|
||||
SFCGAL is an optional dependency for advanced 3D support.
|
||||
|
||||
protobuf-c is an optional dependency for MapBox vector tile support.
|
||||
|
||||
To disable the GTK-based graphical interface for shp2pgsql, set GUI=no.
|
||||
|
||||
To include the shp2pgsql plugin for pgAdmin set PGADMIN=yes.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.0.2.tar.gz"
|
||||
MD5SUM="37b7b3a5e6851eae289bb87ca2f1e487"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.1.0.tar.gz"
|
||||
MD5SUM="51396593c7050e5a383579b55e6c8dd4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal postgresql"
|
||||
REQUIRES="gdal postgresql protobuf-c"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in a new issue