diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-09-13 07:48:59 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-15 19:26:38 +0100 |
commit | 5d7e193433cace80c1969cb6940c05dc2f10f72a (patch) | |
tree | af2720c4df4d285cb4ef4f5882e0837b913bdb49 /gis/postgis | |
parent | 7d5ce9d8af7bff8f91e586aca73d6968cec68925 (diff) | |
download | slackbuilds-5d7e193433cace80c1969cb6940c05dc2f10f72a.tar.gz |
gis/postgis: Updated for version 2.4.5.
Diffstat (limited to 'gis/postgis')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 2 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index b160c85efe..d85137c8a5 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:-2.4.4} +VERSION=${VERSION:-2.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index cde32b8b18..53d8e6d04e 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -1,8 +1,8 @@ PRGNAM="postgis" -VERSION="2.4.4" +VERSION="2.4.5" HOMEPAGE="http://postgis.org" -DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.4.tar.gz" -MD5SUM="87608a7f01a50c5bae72a00ba3314e2d" +DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.5.tar.gz" +MD5SUM="d627bbe793f9e1f84e1fec21620cbff9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal postgresql" |