gis/gdal: Updated for version 3.0.3.

This commit is contained in:
Benjamin Trigona-Harany 2020-02-21 14:23:09 -08:00 committed by Willy Sudiarto Raharjo
parent 1a09913fdb
commit e02d6beb5b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
VERSION=${VERSION:-3.0.2}
VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="gdal"
VERSION="3.0.2"
VERSION="3.0.3"
HOMEPAGE="https://www.gdal.org/"
DOWNLOAD="https://download.osgeo.org/gdal/3.0.2/gdal-3.0.2.tar.xz"
MD5SUM="0353d7e56efc79fcaaeb21d808cb9cac"
DOWNLOAD="https://download.osgeo.org/gdal/3.0.3/gdal-3.0.3.tar.xz"
MD5SUM="b03722401c43e38ae7661d6465bde7b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj python3"