gis/pgsql-ogr-fdw: Updated for version 1.0.8.

This commit is contained in:
Benjamin Trigona-Harany 2019-05-02 10:21:24 -07:00 committed by Willy Sudiarto Raharjo
parent 9d4d52a37a
commit 2b02721409
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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"