@@ -48,24 +48,24 @@ if (NOT TILEDB_FOUND)
4848 # Try to download prebuilt artifacts unless the user specifies to build from source
4949 if (DOWNLOAD_TILEDB_PREBUILT)
5050 if (WIN32 ) # Windows
51- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.3 /tiledb-windows-x86_64-2.17.3-0c2de58 .zip" )
52- SET (DOWNLOAD_SHA1 "0eea09e813a7e748ec9cd66bf2a3b8430e8132c5 " )
51+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.4 /tiledb-windows-x86_64-2.17.4-a1f648e .zip" )
52+ SET (DOWNLOAD_SHA1 "d82a090d231e5cebd10205af8b80884e934b9e9f " )
5353 elseif (APPLE ) # macOS
5454
5555 if (CMAKE_OSX_ARCHITECTURES STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)" )
5656 message (STATUS "Building for intel mac" )
57- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.3 /tiledb-macos-x86_64-2.17.3-0c2de58 .tar.gz" )
58- SET (DOWNLOAD_SHA1 "2132ff2544b80acbc37d71c317603225d20ddd76 " )
57+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.4 /tiledb-macos-x86_64-2.17.4-a1f648e .tar.gz" )
58+ SET (DOWNLOAD_SHA1 "9e3807e1b63b21849a374c6d9c9f161b46a9cc5a " )
5959
6060 elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
6161 message (STATUS "Building for apple silicon mac" )
62- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.3 /tiledb-macos-arm64-2.17.3-0c2de58 .tar.gz" )
63- SET (DOWNLOAD_SHA1 "222bb66496b8619fd6a87436104f8422aa8c1a2b " )
62+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.4 /tiledb-macos-arm64-2.17.4-a1f648e .tar.gz" )
63+ SET (DOWNLOAD_SHA1 "e6ec0634f665943ff9879041ab122bdaa96349df " )
6464 endif ()
6565
6666 else () # Linux
67- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.3 /tiledb-linux-x86_64-2.17.3-0c2de58 .tar.gz" )
68- SET (DOWNLOAD_SHA1 "34c93c11aae7677f2a085f8d2c78e64d554688fe " )
67+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.17.4 /tiledb-linux-x86_64-2.17.4-a1f648e .tar.gz" )
68+ SET (DOWNLOAD_SHA1 "7849cbbf19f5f9252e4be5350328754b01938aaa " )
6969 endif ()
7070
7171 ExternalProject_Add(ep_tiledb
0 commit comments