summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-02-19 11:45:57 +0100
committer Willy Sudiarto Raharjo2022-02-20 09:13:28 +0100
commitef8eaae3e872f493228868fc687bc277beb99ff3 (patch)
tree051347e6ae6e9f424bfb1db6b553da2371555e6e
parent1af103b98768f9040fe56533567f64ef4a2c2b29 (diff)
downloadslackbuilds-ef8eaae3e872f493228868fc687bc277beb99ff3.tar.gz
gis/pgsql-ogr-fdw: Updated for version 1.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild2
-rw-r--r--gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
index 303c30b121..9ea5f30b04 100644
--- a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
+++ b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pgsql-ogr-fdw
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info
index 4e350c79de..d510b6662b 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.1.0"
+VERSION="1.1.1"
HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw"
-DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.1.0/pgsql-ogr-fdw-1.1.0.tar.gz"
-MD5SUM="1a14ab7f6238e790ca139254f47e579b"
+DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.1.1/pgsql-ogr-fdw-1.1.1.tar.gz"
+MD5SUM="6bf61db1b4f3a5e33c98cc6618c20bd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"