changeset 4927:1523dcb58525

* src/gdal.mk: update to v2.4.0
author John Donoghue
date Mon, 14 Jan 2019 07:44:29 -0500
parents ba6593dcf815
children a636acafeb5a
files src/gdal.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Fri Jan 11 15:01:00 2019 -0500
+++ b/src/gdal.mk	Mon Jan 14 07:44:29 2019 -0500
@@ -2,9 +2,9 @@
 # See index.html for further information.
 
 PKG             := gdal
-$(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.3.2
-$(PKG)_CHECKSUM := 78404d604069016cf87b027b223d036f9a010d45
+$(PKG)_IGNORE   :
+$(PKG)_VERSION  := 2.4.0
+$(PKG)_CHECKSUM := 3420ae8a9644ce652339ecbad18f9024279cd2ba
 $(PKG)_SUBDIR   := gdal-$($(PKG)_VERSION)
 $(PKG)_FILE     := gdal-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://download.osgeo.org/gdal/$($(PKG)_VERSION)/$($(PKG)_FILE)