summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2020-05-13 12:23:47 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-16 08:44:17 +0700
commit90f8779b17c5ba15f26592a2c795ccacd412fd44 (patch)
treebd9c42dfe0fbe80d1df8a96aac99330085fc64d0 /gis
parentf5765aecea49b7039e04e358c77aaa224ad91441 (diff)
downloadslackbuilds-90f8779b17c5ba15f26592a2c795ccacd412fd44.tar.gz
slackbuilds-90f8779b17c5ba15f26592a2c795ccacd412fd44.tar.xz
gis/pgsql-ogr-fdw: Updated for version 1.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild4
-rw-r--r--gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
index dc552b593d..068c3c5a12 100644
--- a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
+++ b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for pgsql-ogr-fdw
-# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pgsql-ogr-fdw
-VERSION=${VERSION:-1.0.9}
+VERSION=${VERSION:-1.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info
index 3e3d41b8bb..ef8dd8d45d 100644
--- a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info
+++ b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info
@@ -1,8 +1,8 @@
PRGNAM="pgsql-ogr-fdw"
-VERSION="1.0.9"
+VERSION="1.0.11"
HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw"
-DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.9/pgsql-ogr-fdw-1.0.9.tar.gz"
-MD5SUM="0f553c756153a46f13100b0aaec152cc"
+DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.11/pgsql-ogr-fdw-1.0.11.tar.gz"
+MD5SUM="0e844d40c3332d1960f9ebb892e952c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"