diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-12-18 21:30:00 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-26 16:40:39 +0700 |
commit | 930080d5919ec5de55fb4a86a9fda5b15ea641cf (patch) | |
tree | 0cb1df1d536fb843a2e9133abbbcd24d50684687 /gis/postgis | |
parent | 1bffa5db73a559648e099573c04870f06d1da3c0 (diff) |
gis/postgis: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/postgis')
-rw-r--r-- | gis/postgis/README | 2 | ||||
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 2 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 8 |
3 files changed, 5 insertions, 7 deletions
diff --git a/gis/postgis/README b/gis/postgis/README index 67c3bac5b76b..abb1a3aed113 100644 --- a/gis/postgis/README +++ b/gis/postgis/README @@ -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. diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index b47e5595c791..a6fcb6806e0f 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -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} diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 7a85deccebb9..eb32fb6b4c65 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -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" |