gis/postgis: Updated for version 3.1.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-12-12 17:22:18 +13:00 committed by Willy Sudiarto Raharjo
parent b5d00d92da
commit 3cceb4f498
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgis
VERSION=${VERSION:-3.1.2}
VERSION=${VERSION:-3.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="3.1.2"
VERSION="3.1.4"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.1.2.tar.gz"
MD5SUM="7480799e603e587990cd686122cbe356"
DOWNLOAD="https://download.osgeo.org/postgis/source/postgis-3.1.4.tar.gz"
MD5SUM="179954c38aac48efd606bcacbf3ca970"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql protobuf-c"