@@ -9,7 +9,18 @@ message(STATUS "start to set tiledb for version:${TILEDB_VERSION}")
99if (${TILEDB_VERSION} MATCHES "^([0-9]+)\\ .([0-9]+)\\ .([0-9]+)$" )
1010message (STATUS "start to set TILEDB_DOWNLOAD_URL and TILEDB_DOWNLOAD_SHA1" )
1111
12- if (${TILEDB_VERSION} STREQUAL "2.11.2" )
12+ if (${TILEDB_VERSION} STREQUAL "2.11.3" )
13+ if (WIN32 ) # Windows
14+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3/tiledb-windows-x86_64-2.11.3-a55a910.zip" )
15+ SET (TILEDB_DOWNLOAD_SHA1 "0bd042b1c56da9fc1c20b2156e942c23ba1865ac" )
16+ elseif (APPLE ) # OSX
17+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3/tiledb-macos-x86_64-2.11.3-a55a910.tar.gz" )
18+ SET (TILEDB_DOWNLOAD_SHA1 "f0f091f8401cb1b4060fb3068fe7fc4afdc262b7" )
19+ else () # Linux
20+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3/tiledb-linux-x86_64-2.11.3-a55a910.tar.gz" )
21+ SET (TILEDB_DOWNLOAD_SHA1 "5c2f44d9ca9b34e61230fd0f0a763f0fffa04702" )
22+ endif ()
23+ elseif (${TILEDB_VERSION} STREQUAL "2.11.2" )
1324 if (WIN32 ) # Windows
1425 SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.2/tiledb-windows-x86_64-2.11.2-6ad6f76.zip" )
1526 SET (TILEDB_DOWNLOAD_SHA1 "2a8a35782e73dce77c539c75db9a5736fc796ca8" )
@@ -407,14 +418,14 @@ elseif(${TILEDB_VERSION} STREQUAL "2.0.7")
407418 endif ()
408419else ()
409420 if (WIN32 ) # Windows
410- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.2 /tiledb-windows-x86_64-2.11.2-6ad6f76 .zip" )
411- SET (TILEDB_DOWNLOAD_SHA1 "2a8a35782e73dce77c539c75db9a5736fc796ca8 " )
421+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3 /tiledb-windows-x86_64-2.11.3-a55a910 .zip" )
422+ SET (TILEDB_DOWNLOAD_SHA1 "0bd042b1c56da9fc1c20b2156e942c23ba1865ac " )
412423 elseif (APPLE ) # OSX
413- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.2 /tiledb-macos-x86_64-2.11.2-6ad6f76 .tar.gz" )
414- SET (TILEDB_DOWNLOAD_SHA1 "55f4e4b478f44ce84abe467fe8ed3d7fffc7a1a0 " )
424+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3 /tiledb-macos-x86_64-2.11.3-a55a910 .tar.gz" )
425+ SET (TILEDB_DOWNLOAD_SHA1 "f0f091f8401cb1b4060fb3068fe7fc4afdc262b7 " )
415426 else () # Linux
416- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.2 /tiledb-linux-x86_64-2.11.2-6ad6f76 .tar.gz" )
417- SET (TILEDB_DOWNLOAD_SHA1 "e6840cccd280b5c57695c359033d56df38fb3f1b " )
427+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.11.3 /tiledb-linux-x86_64-2.11.3-a55a910 .tar.gz" )
428+ SET (TILEDB_DOWNLOAD_SHA1 "5c2f44d9ca9b34e61230fd0f0a763f0fffa04702 " )
418429 endif ()
419430endif ()
420431
0 commit comments