gis/postgis: Updated for version 3.1.1.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-02-06 09:21:10 +01:00 committed by Willy Sudiarto Raharjo
parent 84917d660d
commit 27475bd287
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for PostGIS
# Copyright 2009 Peter Sarkoci <sarkoci@math.sk>
# Maintained 2013-2020 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Maintained 2013-2021 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postgis
VERSION=${VERSION:-3.1.0}
VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="postgis"
VERSION="3.1.0"
VERSION="3.1.1"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.1.0.tar.gz"
MD5SUM="51396593c7050e5a383579b55e6c8dd4"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.1.1.tar.gz"
MD5SUM="10ef40ef64d7673cc34a1c1677584c95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql protobuf-c"