diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-02 10:21:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-04 09:06:48 +0700 |
commit | 2b0272140966296ea297a6fe9de496a20ece06ad (patch) | |
tree | 1cb82c40febbe848a56a8f412e3a732a900ba05c /gis/pgsql-ogr-fdw | |
parent | 9d4d52a37a2dafe76f3e7afcffbc2ed8997c6bf7 (diff) | |
download | slackbuilds-2b0272140966296ea297a6fe9de496a20ece06ad.tar.gz |
gis/pgsql-ogr-fdw: Updated for version 1.0.8.
Diffstat (limited to 'gis/pgsql-ogr-fdw')
-rw-r--r-- | gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild | 8 | ||||
-rw-r--r-- | gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild index fcbaa65d5d..9b5f2b8660 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-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2015-2019 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.7} +VERSION=${VERSION:-1.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + FAQ.md LICENSE.md README.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info index 56fec9348d..5eabb8d09b 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.7" +VERSION="1.0.8" HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw" -DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.7/pgsql-ogr-fdw-1.0.7.tar.gz" -MD5SUM="2bfdea93ae5e39c827bb6043a6bc35f6" +DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.0.8/pgsql-ogr-fdw-1.0.8.tar.gz" +MD5SUM="0dba1b51e1eca5e79056104d009a1739" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgis" |