Skip to content

Commit c3e2400

Browse files
authored
Update to TileDB Core 2.26.2 (#535)
1 parent aa10001 commit c3e2400

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ else()
5757
# - Copy the release hash from the `releases.csv.sha256` file in the release.
5858
if(DOWNLOAD_TILEDB_PREBUILT)
5959
fetch_prebuilt_tiledb(
60-
VERSION 2.26.1
61-
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
60+
VERSION 2.26.2
61+
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.26.1
66-
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
65+
VERSION 2.26.2
66+
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)