diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-02 07:27:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:23 +0700 |
commit | 23823fdae8ed8d195b467256a47ea711abf6b726 (patch) | |
tree | 6d43a00932ffa300859387250e93c088520d4166 /gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild | |
parent | 518da43fe37ff4827952dc8da20babfdf1d20f64 (diff) |
gis/pgsql-ogr-fdw: Updated for version 1.0.7.
Diffstat (limited to 'gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild')
-rw-r--r-- | gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild index 3ae0b345a0b65..fcbaa65d5dd0f 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} |