[gdal] update to 2.4.0 (#5195)

* [gdal] update to 2.4.0 (#5132)

* [gdal] update CONTROL file (#5132)
This commit is contained in:
hlysunnaram 2019-01-26 03:34:31 +01:00 committed by Codiferous
parent 5e2cc262c6
commit a26c95b0e3
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.")