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