@@ -48,37 +48,37 @@ 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.26.0 /tiledb-windows-x86_64-2.26.0-983b716 .zip" )
52- SET (DOWNLOAD_SHA1 "ee66c3f86d32aa1c88e233c25455141d764eff47 " )
51+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.1 /tiledb-windows-x86_64-2.26.1-db1cee4 .zip" )
52+ SET (DOWNLOAD_SHA256 "c82f6175db770451358ef0a918c2e4921875de2e48c721aa02e729562c79ad2d " )
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" )
5757
58- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.0 /tiledb-macos-x86_64-2.26.0-983b716 .tar.gz" )
59- SET (DOWNLOAD_SHA1 "e218ef0c5c6bc7ce55e423f6ad63ca8dd0b7719e " )
58+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.1 /tiledb-macos-x86_64-2.26.1-db1cee4 .tar.gz" )
59+ SET (DOWNLOAD_SHA256 "6a7a4017cdc5eb0a9adcc0cb1c8c1322ce2d166c684bf18c8a6f4c1aceb3cb74 " )
6060
6161 elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
6262 message (STATUS "Building for apple silicon mac" )
63- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.0 /tiledb-macos-arm64-2.26.0-983b716 .tar.gz" )
64- SET (DOWNLOAD_SHA1 "9372924a4e8945bdfddb5c9b1741233aa8ff504e " )
63+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.1 /tiledb-macos-arm64-2.26.1-db1cee4 .tar.gz" )
64+ SET (DOWNLOAD_SHA256 "9aa78d2cfb5d97f07969641c79500a386a14a9def375fe2d64ba150440466963 " )
6565 endif ()
6666 else () # Linux
6767 if (USE_AVX2)
6868 message (STATUS "Using Linux binaries with AVX2" )
69- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.0 /tiledb-linux-x86_64-2.26.0-983b716 .tar.gz" )
70- SET (DOWNLOAD_SHA1 "b2abfc91285653050a4cb743a71d7c2f2f9a89c4 " )
69+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.1 /tiledb-linux-x86_64-2.26.1-db1cee4 .tar.gz" )
70+ SET (DOWNLOAD_SHA256 "139dc1da9b3c74f72bf1b12cc215023582715c2effeab12fdbf7e367fdff7297 " )
7171 else ()
7272 message (STATUS "Using Linux binaries without AVX2" )
73- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.0 /tiledb-linux-x86_64-noavx2-2.26.0-983b716 .tar.gz" )
74- SET (DOWNLOAD_SHA1 "337da10f222afe3727166d92de66e480304179bb " )
73+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.26.1 /tiledb-linux-x86_64-noavx2-2.26.1-db1cee4 .tar.gz" )
74+ SET (DOWNLOAD_SHA256 "f6e4fff4d4295157912bd5bdd2a241942adf086c4c818785fce4a17394d8aa7c " )
7575 endif ()
7676 endif ()
7777
7878 ExternalProject_Add(ep_tiledb
7979 PREFIX "externals"
8080 URL ${DOWNLOAD_URL}
81- URL_HASH SHA1 =${DOWNLOAD_SHA1 }
81+ URL_HASH SHA256 =${DOWNLOAD_SHA256 }
8282 CONFIGURE_COMMAND ""
8383 BUILD_COMMAND ""
8484 UPDATE_COMMAND ""
0 commit comments