diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 21:24:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:44 +0700 |
commit | 75bca1312e9a856292a12fdd33d35f9b5f9db0b3 (patch) | |
tree | 640fd059d01547b8b4a387058306341ce86f445a | |
parent | b407324b8923d307c21562c09124822c6459439c (diff) |
gis/pgsql-ogr-fdw: Updated for version 1.0.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 068c3c5a1271..a48bac3bc4dc 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.11} +VERSION=${VERSION:-1.0.12} 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 ef8dd8d45dcb..c55cff271ef4 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.11" +VERSION="1.0.12" HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw" -DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.11/pgsql-ogr-fdw-1.0.11.tar.gz" -MD5SUM="0e844d40c3332d1960f9ebb892e952c6" +DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.12/pgsql-ogr-fdw-1.0.12.tar.gz" +MD5SUM="fd88ed3267ac84128b5603d7f8c32b43" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgis" |