diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-12-08 20:33:32 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-16 07:31:51 +0700 |
commit | 030d2d85a328914ad483eeaa229a790c6f338922 (patch) | |
tree | 4a1dc680d952135742c9dadc1d769698f19c3c51 /gis | |
parent | 8ac0343a14736e22b5d5faa27f58edce80bc359e (diff) | |
download | slackbuilds-030d2d85a328914ad483eeaa229a790c6f338922.tar.gz |
gis/pgsql-ogr-fdw: Updated for version 1.0.5.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild | 2 | ||||
-rw-r--r-- | gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info | 6 |
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 358f32184d..880e600f13 100644 --- a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild +++ b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pgsql-ogr-fdw -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.0.5} 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 9c194194db..ecc4d3fb5d 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.4" +VERSION="1.0.5" HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw" -DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.4/pgsql-ogr-fdw-1.0.4.tar.gz" -MD5SUM="2709217a16ebd492e458bf880fd6ee3e" +DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.5/pgsql-ogr-fdw-1.0.5.tar.gz" +MD5SUM="eac4c4859c5653e72db888b239dca027" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgis" |