Skip to content

Commit

Permalink
Update TileDB Core 2.26.1 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan authored Sep 20, 2024
1 parent b36daa5 commit f34ac2c
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.0
RELLIST_HASH SHA256=f9086d53d4f9daaf7f4b22d78cb66c45f571de5dd77caf8a18b3d7de3551e1c7
VERSION 2.26.1
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.26.0
RELLIST_HASH SHA256=f9086d53d4f9daaf7f4b22d78cb66c45f571de5dd77caf8a18b3d7de3551e1c7
VERSION 2.26.1
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
)
endif()

Expand Down

0 comments on commit f34ac2c

Please sign in to comment.