diff options
| author | hlysunnaram <hlysunnaram@users.noreply.github.com> | 2019-01-26 03:34:31 +0100 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-25 18:34:31 -0800 |
| commit | a26c95b0e30ece44ee84de6539feba4e73146a00 (patch) | |
| tree | 6bdf358051731d3c41ea4472fcd78176b865fc3e | |
| parent | 5e2cc262c631d67354d04cdc0312503186b387ab (diff) | |
| download | vcpkg-a26c95b0e30ece44ee84de6539feba4e73146a00.tar.gz vcpkg-a26c95b0e30ece44ee84de6539feba4e73146a00.zip | |
[gdal] update to 2.4.0 (#5195)
* [gdal] update to 2.4.0 (#5132)
* [gdal] update CONTROL file (#5132)
| -rw-r--r-- | ports/gdal/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gdal/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index 7686d13ab..810c12e41 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 3d46cbccc..d1ae296af 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.") |
