@@ -52,20 +52,20 @@ else()
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.28.0-rc0 /tiledb-windows-x86_64-2.28.0-rc0 -4764907.zip" )
56- SET (DOWNLOAD_SHA1 "fcf48721fd8231b1d5272678527af52627d973c0 " )
55+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0/tiledb-windows-x86_64-2.28.0-4764907.zip" )
56+ SET (DOWNLOAD_SHA1 "3629193fc9b8e8aecff4156a2a2183f1c4c1a0ee " )
5757 elseif (APPLE ) # OSX
5858
5959 if (CMAKE_OSX_ARCHITECTURES STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)" )
60- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0-rc0 /tiledb-macos-x86_64-2.28.0-rc0 -4764907.tar.gz" )
61- SET (DOWNLOAD_SHA1 "2d6cba3e445be96ad7d098a32c595f989b0cd00d " )
60+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0/tiledb-macos-x86_64-2.28.0-4764907.tar.gz" )
61+ SET (DOWNLOAD_SHA1 "4e053376b707765eb223afd9261505315f217be0 " )
6262 elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
63- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0-rc0 /tiledb-macos-arm64-2.28.0-rc0 -4764907.tar.gz" )
64- SET (DOWNLOAD_SHA1 "e0c6ea9a31ab7ac2c59a482837fd395987efff9a " )
63+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0/tiledb-macos-arm64-2.28.0-4764907.tar.gz" )
64+ SET (DOWNLOAD_SHA1 "de6f1c79351191702ebc08e15a7257ade8b40b92 " )
6565 endif ()
6666 else () # Linux
67- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0-rc0 /tiledb-linux-x86_64-2.28.0-rc0 -4764907.tar.gz" )
68- SET (DOWNLOAD_SHA1 "82a86f55db21f4212035bea3fe120ee7ca8d21eb " )
67+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.28.0/tiledb-linux-x86_64-2.28.0-4764907.tar.gz" )
68+ SET (DOWNLOAD_SHA1 "cd65b2978920ecd5017b061e15f172048c081dd2 " )
6969 endif ()
7070
7171 ExternalProject_Add (ep_tiledb
8787 else () # Build from source
8888 ExternalProject_Add (ep_tiledb
8989 PREFIX "externals"
90- URL "https://github.com/TileDB-Inc/TileDB/archive/2.28.0-rc0 .zip"
91- URL_HASH SHA1=90f26ac9a57e4ac177ad169a0f5646e87cc6e682
90+ URL "https://github.com/TileDB-Inc/TileDB/archive/2.28.0.zip"
91+ URL_HASH SHA1=ec633e4440ff7d16f2668e37f24e80e3b7d168cd
9292 DOWNLOAD_NAME "tiledb.zip"
9393 CMAKE_ARGS
9494 -DCMAKE_INSTALL_PREFIX=${EP_INSTALL_PREFIX}
0 commit comments