Browse Source
gis/pgsql-ogr-fdw: Updated for version 1.1.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/109/head
Benjamin Trigona-Harany
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
-
gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# SlackBuild script for pgsql-ogr-fdw |
|
|
|
|
|
|
|
# Copyright 2015-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# Copyright 2015-2021 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.12} |
|
|
|
VERSION=${VERSION:-1.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pgsql-ogr-fdw" |
|
|
|
VERSION="1.0.12" |
|
|
|
VERSION="1.1.0" |
|
|
|
HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw" |
|
|
|
DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.12/pgsql-ogr-fdw-1.0.12.tar.gz" |
|
|
|
MD5SUM="fd88ed3267ac84128b5603d7f8c32b43" |
|
|
|
DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.1.0/pgsql-ogr-fdw-1.1.0.tar.gz" |
|
|
|
MD5SUM="1a14ab7f6238e790ca139254f47e579b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="postgis" |
|
|
|