@@ -48,30 +48,30 @@ 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.25 .0/tiledb-windows-x86_64-2.25 .0-bbcbd3f .zip" )
52- SET (DOWNLOAD_SHA1 "b2b8cdfefbcbb07296c86e52cb9a2979ef455d2a " )
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 " )
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.25 .0/tiledb-macos-x86_64-2.25 .0-bbcbd3f .tar.gz" )
59- SET (DOWNLOAD_SHA1 "9c799d7de64e78d9e95cfa7db95b569cd3d3c8b0 " )
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 " )
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.25 .0/tiledb-macos-arm64-2.25 .0-bbcbd3f .tar.gz" )
64- SET (DOWNLOAD_SHA1 "c6a1ab5213c36e53dd8e6da87c18b8bc695c532d " )
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 " )
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.25 .0/tiledb-linux-x86_64-2.25 .0-bbcbd3f .tar.gz" )
70- SET (DOWNLOAD_SHA1 "1d789af5d88ce09edf60d16ea3988631e780252a " )
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 " )
7171 else ()
7272 message (STATUS "Using Linux binaries without AVX2" )
73- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.25 .0/tiledb-linux-x86_64-noavx2-2.25 .0-bbcbd3f .tar.gz" )
74- SET (DOWNLOAD_SHA1 "02f3b9951e5d21614ea0d577190161aed2b04240 " )
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 " )
7575 endif ()
7676 endif ()
7777
0 commit comments