gis/gdal: Updated for version 3.3.2 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2021-10-26 19:53:36 +01:00 committed by Willy Sudiarto Raharjo
parent 2a025891ea
commit 397df31698
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -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}

View file

@ -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"