Skip to content

Commit

Permalink
Update to TileDB Core 2.26.2 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan authored Sep 30, 2024
1 parent aa10001 commit c3e2400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ else()
# - Copy the release hash from the `releases.csv.sha256` file in the release.
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.26.1
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
VERSION 2.26.2
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.26.1
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
VERSION 2.26.2
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
)
endif()

Expand Down

0 comments on commit c3e2400

Please sign in to comment.