mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/postgis: Updated for version 2.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
b7799b77a7
commit
feb34b9bcd
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-2.1.8}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="2.1.8"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.8.tar.gz"
|
||||
MD5SUM="c33923e37424978a1306ce461c1d14ed"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.2.0.tar.gz"
|
||||
MD5SUM="9b3dbeabb3f821bb27b94b9f82ff2785"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal json-c postgresql"
|
||||
|
|
Loading…
Reference in a new issue