mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/postgis: Updated for version 2.5.2.
This commit is contained in:
parent
0bb61486ae
commit
e402b166a3
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for PostGIS
|
||||
|
||||
# Copyright 2009 Peter Sarkoci <sarkoci@math.sk>
|
||||
# Maintained 2013-2018 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Maintained 2013-2019 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:-2.5.1}
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.5.2"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.1.tar.gz"
|
||||
MD5SUM="33bd93a527757dbf852639d21f82399e"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.2.tar.gz"
|
||||
MD5SUM="ef90c8c0fec7df0be22bd8a5cb651784"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal postgresql"
|
||||
|
|
Loading…
Reference in a new issue