Skip to content

Commit

Permalink
Fix rc version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 11, 2024
1 parent ed95ecf commit 65cc970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ else()
# - Copy the release hash from the `releases.csv.sha256` file in the release.
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.27.0-rc5
VERSION 2.27.0.rc5
RELLIST_HASH SHA256=143b93bda4beaa241e7b2013336a6f4556a98eb50006135e79860acd11f80f7f
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.27.0-rc5
VERSION 2.27.0.rc5
RELLIST_HASH SHA256=143b93bda4beaa241e7b2013336a6f4556a98eb50006135e79860acd11f80f7f
)
endif()
Expand Down

0 comments on commit 65cc970

Please sign in to comment.