mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/postgis: Updated for version 3.0.2.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0fc6d82ddd
commit
6a5a716c12
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.0.2"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.0.1.tar.gz"
|
||||
MD5SUM="93f26f162a3961d08caf3b37a3d5fe5d"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.0.2.tar.gz"
|
||||
MD5SUM="37b7b3a5e6851eae289bb87ca2f1e487"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal postgresql"
|
||||
|
|
Loading…
Reference in a new issue