Browse Source

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
Willy Sudiarto Raharjo 2 months ago
parent
commit
c93de93de7
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 5
      gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
  2. 6
      gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info

5
gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pgsql-ogr-fdw
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

6
gis/pgsql-ogr-fdw/pgsql-ogr-fdw.info

@ -1,8 +1,8 @@
PRGNAM="pgsql-ogr-fdw"
VERSION="1.1.1"
VERSION="1.1.7"
HOMEPAGE="https://github.com/pramsey/pgsql-ogr-fdw"
DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.1.1/pgsql-ogr-fdw-1.1.1.tar.gz"
MD5SUM="6bf61db1b4f3a5e33c98cc6618c20bd6"
DOWNLOAD="https://github.com/pramsey/pgsql-ogr-fdw/archive/v1.1.7/pgsql-ogr-fdw-1.1.7.tar.gz"
MD5SUM="7c09cea991bb75753cb54621837ad718"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"

Loading…
Cancel
Save