gis/gdal: Updated for version 3.4.3.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-05-06 23:14:21 +01:00 committed by Willy Sudiarto Raharjo
parent 93388d4dbf
commit b4acae2cd6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdal
VERSION=${VERSION:-3.4.2}
VERSION=${VERSION:-3.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="gdal"
VERSION="3.4.2"
VERSION="3.4.3"
HOMEPAGE="https://www.gdal.org/"
DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.4.2/gdal-3.4.2.tar.gz"
MD5SUM="ee9063b8d0887a60ff507fcfed004742"
DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.4.3/gdal-3.4.3.tar.gz"
MD5SUM="7f2f9cc5105401f464087aa5041cdd23"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"