5252 # Try to download prebuilt artifacts unless the user specifies to build from source
5353 if (DOWNLOAD_TILEDB_PREBUILT)
5454 if (WIN32 ) # Windows
55- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.0 /tiledb-windows-x86_64-2.20.0-40552aa .zip" )
56- SET (DOWNLOAD_SHA1 "cb7df1c80c7034d2d8d16cea5114fdca7306e87d " )
55+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.1 /tiledb-windows-x86_64-2.20.1-249c024 .zip" )
56+ SET (DOWNLOAD_SHA1 "988fdb6f9cf26ae4b9c06951dda6abfb288f51d8 " )
5757 elseif (APPLE ) # OSX
5858 if (DEFINED CMAKE_OSX_ARCHITECTURES)
5959 set (ACTUAL_TARGET ${CMAKE_OSX_ARCHITECTURES} )
@@ -63,15 +63,15 @@ else()
6363
6464
6565 if (ACTUAL_TARGET MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)" )
66- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.0 /tiledb-macos-x86_64-2.20.0-40552aa .tar.gz" )
67- SET (DOWNLOAD_SHA1 "83af0a52e6756129472073393c28ec15d6265e0c " )
66+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.1 /tiledb-macos-x86_64-2.20.1-249c024 .tar.gz" )
67+ SET (DOWNLOAD_SHA1 "d347916ae4b6f2c01adddf9f80a5cfbbb47dfb68 " )
6868 elseif (ACTUAL_TARGET STREQUAL arm64 OR ACTUAL_TARGET MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
69- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.0 /tiledb-macos-arm64-2.20.0-40552aa .tar.gz" )
70- SET (DOWNLOAD_SHA1 "78ea78b0d7ffe4edb5bc6f98a8b620cc6f7d0e85 " )
69+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.1 /tiledb-macos-arm64-2.20.1-249c024 .tar.gz" )
70+ SET (DOWNLOAD_SHA1 "d236d781328782d96b95c7cccbd2de07d91ef115 " )
7171 endif ()
7272 else () # Linux
73- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.0 /tiledb-linux-x86_64-2.20.0-40552aa .tar.gz" )
74- SET (DOWNLOAD_SHA1 "9104da8d6979c3b96e63b9e28fd41a403d412079 " )
73+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.20.1 /tiledb-linux-x86_64-2.20.1-249c024 .tar.gz" )
74+ SET (DOWNLOAD_SHA1 "53ab76f43e0c61389e5b2910c8c15cfbb483a0b7 " )
7575 endif ()
7676
7777 ExternalProject_Add(ep_tiledb
9393 else () # Build from source
9494 ExternalProject_Add(ep_tiledb
9595 PREFIX "externals"
96- URL "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.20.0 .zip"
97- URL_HASH SHA1=78324232ed00bbb32a83699f561b7b5c10814d20
96+ URL "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.20.1 .zip"
97+ URL_HASH SHA1=10921fb7317e718e9bb6c88d6d410eac2ab49e10
9898 DOWNLOAD_NAME "tiledb.zip"
9999 CMAKE_ARGS
100100 -DCMAKE_INSTALL_PREFIX=${EP_INSTALL_PREFIX}
0 commit comments