@@ -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.21.2 /tiledb-windows-x86_64-2.21.2-635e5e9 .zip" )
52- SET (DOWNLOAD_SHA1 "604cf475e2c2cdc1b55785d5f655883977112797 " )
51+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.22.0 /tiledb-windows-x86_64-2.22.0-52e981e .zip" )
52+ SET (DOWNLOAD_SHA1 "7c1852c1c916be650cf7f75b238844104370cb1f " )
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.21.2 /tiledb-macos-x86_64-2.21.2-635e5e9 .tar.gz" )
59- SET (DOWNLOAD_SHA1 "046581379987f662b24f2bcc1cb8c1486f790ccb " )
58+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.22.0 /tiledb-macos-x86_64-2.22.0-52e981e .tar.gz" )
59+ SET (DOWNLOAD_SHA1 "a0b6b91a448aefae351cbe96c5cc2c8867eb2b07 " )
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.21.2 /tiledb-macos-arm64-2.21.2-635e5e9 .tar.gz" )
64- SET (DOWNLOAD_SHA1 "2ddbf8142662c7ca4343dcd48d42b94e13534524 " )
63+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.22.0 /tiledb-macos-arm64-2.22.0-52e981e .tar.gz" )
64+ SET (DOWNLOAD_SHA1 "838ab13090f0832e3858b88aa3aa9b38bde7c7cb " )
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.21.2 /tiledb-linux-x86_64-2.21.2-635e5e9 .tar.gz" )
70- SET (DOWNLOAD_SHA1 "11c13010ffa1da6b31256c274352b6d5e7d4ccdb " )
69+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.22.0 /tiledb-linux-x86_64-2.22.0-52e981e .tar.gz" )
70+ SET (DOWNLOAD_SHA1 "292fdd4d4034ef7e4686da04b1ffc9e7976f1601 " )
7171 else ()
7272 message (STATUS "Using Linux binaries without AVX2" )
73- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.21.2 /tiledb-linux-x86_64-noavx2-2.21.2-635e5e9 .tar.gz" )
74- SET (DOWNLOAD_SHA1 "4b808675b5f5a1b4608d9fb056cc24e9e3b03f15 " )
73+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.22.0 /tiledb-linux-x86_64-noavx2-2.22.0-52e981e .tar.gz" )
74+ SET (DOWNLOAD_SHA1 "219cff96005c0d7c05112197f3cc546d2cbcf4b4 " )
7575 endif ()
7676 endif ()
7777
0 commit comments