gis/postgis: Updated for version 2.1.8.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
4b3f8d9a30
commit
ba6df37f88
|
@ -25,8 +25,8 @@
|
|||
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="2.1.7"
|
||||
VERSION="2.1.8"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.7.tar.gz"
|
||||
MD5SUM="f35307c201caf04e7028f95b649cf6e7"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.8.tar.gz"
|
||||
MD5SUM="c33923e37424978a1306ce461c1d14ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal json-c postgresql"
|
||||
|
|
Loading…
Reference in New Issue