From a26c95b0e30ece44ee84de6539feba4e73146a00 Mon Sep 17 00:00:00 2001 From: hlysunnaram Date: Sat, 26 Jan 2019 03:34:31 +0100 Subject: [PATCH] [gdal] update to 2.4.0 (#5195) * [gdal] update to 2.4.0 (#5132) * [gdal] update CONTROL file (#5132) --- ports/gdal/CONTROL | 2 +- ports/gdal/portfile.cmake | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index 7686d13abb..810c12e41b 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,5 +1,5 @@ Source: gdal -Version: 2.3.2 +Version: 2.4.0 Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma Default-Features: mysql-libmysql diff --git a/ports/gdal/portfile.cmake b/ports/gdal/portfile.cmake index 3d46cbccca..d1ae296af2 100644 --- a/ports/gdal/portfile.cmake +++ b/ports/gdal/portfile.cmake @@ -1,10 +1,10 @@ # vcpkg portfile.cmake for GDAL # # NOTE: update the version and checksum for new GDAL release -set(GDAL_VERSION_STR "2.3.2") -set(GDAL_VERSION_PKG "232") -set(GDAL_VERSION_LIB "203") -set(GDAL_PACKAGE_SUM "9eb26be57657b1f1eaada4794859584d53bd58e0d504eb12ab97e9c60353d0a565dc894a89829ee50fc549cb7d069a75b7895c0dd4cea887e010671f63e945b8") +set(GDAL_VERSION_STR "2.4.0") +set(GDAL_VERSION_PKG "240") +set(GDAL_VERSION_LIB "204") +set(GDAL_PACKAGE_SUM "a8543425d7bdbb5ab94638a490fe5b62e37983fbb89e1eea98b0e31d5fa76b7568e7b633c90ac429c87a6c9e8d9e1358b48428f3885aac8d574d1f01e9631f7f") if (TRIPLET_SYSTEM_ARCH MATCHES "arm") message(FATAL_ERROR "ARM is currently not supported.")