gis/gdal: Updated for version 3.0.4.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-03-01 09:50:21 -08:00 committed by Willy Sudiarto Raharjo
parent 31b7e87f7e
commit 5f0168eeb2
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.3}
VERSION=${VERSION:-3.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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