summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-10-02 16:27:50 +0200
committer Willy Sudiarto Raharjo2018-10-06 02:25:23 +0200
commit23823fdae8ed8d195b467256a47ea711abf6b726 (patch)
tree6d43a00932ffa300859387250e93c088520d4166
parent518da43fe37ff4827952dc8da20babfdf1d20f64 (diff)
downloadslackbuilds-23823fdae8ed8d195b467256a47ea711abf6b726.tar.gz
gis/pgsql-ogr-fdw: Updated for version 1.0.7.
-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 3ae0b345a0..fcbaa65d5d 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 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2018 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.6}
+VERSION=${VERSION:-1.0.7}
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 1ea3b643cb..56fec9348d 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.6"
+VERSION="1.0.7"
HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw"
-DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.6/pgsql-ogr-fdw-1.0.6.tar.gz"
-MD5SUM="29ef4a86535c53d2b6dfca7bd74034d2"
+DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.7/pgsql-ogr-fdw-1.0.7.tar.gz"
+MD5SUM="2bfdea93ae5e39c827bb6043a6bc35f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"