gis/gdal: Updated for version 3.3.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a025891ea
commit
397df31698
|
@ -4,6 +4,7 @@
|
|||
|
||||
# Copyright 2009 Marco Cecchetti <mrc.ild@gmail.com>
|
||||
# Updated 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Updated 2021 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gdal
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
VERSION=${VERSION:-3.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gdal"
|
||||
VERSION="3.3.0"
|
||||
VERSION="3.3.2"
|
||||
HOMEPAGE="https://www.gdal.org/"
|
||||
DOWNLOAD="https://download.osgeo.org/gdal/3.3.0/gdal-3.3.0.tar.xz"
|
||||
MD5SUM="000db27a7b3e146b9dcb3838aabde2ab"
|
||||
DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.3.2/gdal-3.3.2.tar.gz"
|
||||
MD5SUM="fd82c580ec9e16a0a46cd176243a8a56"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="geos proj"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue