Skip to content

Commit 3db5bd0

Browse files
Update to TileDB 2.7.2
1 parent 039e1e3 commit 3db5bd0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cmake/Modules/FindTileDB_EP.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ 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.7.1/tiledb-windows-x86_64-2.7.1-a942c71.zip")
52-
SET(DOWNLOAD_SHA1 "fd3cd7c72a8c7056445b402622264ca3c3da89cc")
51+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2/tiledb-windows-x86_64-2.7.2-c0362d4.zip")
52+
SET(DOWNLOAD_SHA1 "84a9177be673c6998ae89b8f7d6152edb1c5c81b")
5353
elseif(APPLE) # macOS
54-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.1/tiledb-macos-x86_64-2.7.1-a942c71.tar.gz")
55-
SET(DOWNLOAD_SHA1 "07074baf703440c0a54d2eb41eb1f59c53a519f0")
54+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2/tiledb-macos-x86_64-2.7.2-c0362d4.tar.gz")
55+
SET(DOWNLOAD_SHA1 "f9b05dd6d957d6497dbe068e7716e6db2f567729")
5656
else() # Linux
57-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.1/tiledb-linux-x86_64-2.7.1-a942c71.tar.gz")
58-
SET(DOWNLOAD_SHA1 "d61b01fdd6944f5ae3816426cf66350c54a2d737")
57+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2/tiledb-linux-x86_64-2.7.2-c0362d4.tar.gz")
58+
SET(DOWNLOAD_SHA1 "5aeb1da3f3d44d442ce5470aae17da8f6a8de07f")
5959
endif()
6060

6161
ExternalProject_Add(ep_tiledb

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2-
TILEDB_GIT_TAG=2.7.1
2+
TILEDB_GIT_TAG=2.7.2
33
TILEDB_VERBOSE=ON
44
TILEDB_S3=ON
55
TILEDB_AZURE=OFF

0 commit comments

Comments
 (0)