gis/postgis: Updated for version 2.5.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
b99740f5d8
commit
9a81cea8aa
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="2.5.0"
|
||||
VERSION="2.5.1"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.0.tar.gz"
|
||||
MD5SUM="8e24ef45660d3e734870eef3904bc54f"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.1.tar.gz"
|
||||
MD5SUM="33bd93a527757dbf852639d21f82399e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal postgresql"
|
||||
|
|
Loading…
Reference in New Issue