summaryrefslogtreecommitdiffstats
path: root/gis/gdal/gdal.info
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2021-11-10 00:25:50 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-10 08:28:48 +0700
commit9ae661cefa619707b1c5dbea38599b789e3e58f3 (patch)
tree8978cc601e8b0ec7f61423ab1e64bcf493d329f0 /gis/gdal/gdal.info
parentf403ee5da1fb8d05a224fa83d7e121b0adf100c8 (diff)
downloadslackbuilds-9ae661cefa619707b1c5dbea38599b789e3e58f3.tar.gz
slackbuilds-9ae661cefa619707b1c5dbea38599b789e3e58f3.tar.xz
gis/gdal: Updated for version 3.4.0
- Shared library .so-version bump. - Removed explicit disabling of grib driver since the syntax was changed in version 3.0 and grib driver was compiled in since. - Removed explicit path of enabled features since they are detected automatically correctly. Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--gis/gdal/gdal.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index ef9c002614..2bbc414916 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,8 +1,8 @@
PRGNAM="gdal"
-VERSION="3.3.3"
+VERSION="3.4.0"
HOMEPAGE="https://www.gdal.org/"
-DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.3.3/gdal-3.3.3.tar.gz"
-MD5SUM="1d8571b7ad1546d95e6493be77fd49a8"
+DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.4.0/gdal-3.4.0.tar.gz"
+MD5SUM="7bb27b9e20dbf6369669d8dfd42e02a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"