diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-03-11 16:53:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:29 +0700 |
commit | e402b166a303d951b145789ea89094cd0a869f3a (patch) | |
tree | af55fca549232c8cff46c2c46628feba4f0d0005 /gis/postgis | |
parent | 0bb61486aeb7a7db7b931336774c880ce1f232ff (diff) |
gis/postgis: Updated for version 2.5.2.
Diffstat (limited to 'gis/postgis')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 4 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 521bd55396fb..03f80592310a 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -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} diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index cfee3dabc57f..b9d17eadb80d 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -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" |