Skip to content

Commit 6f27485

Browse files
authored
Bump libtiledb version to 2.29.0 (#583)
1 parent c7e97fc commit 6f27485

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# The MIT License
66
#
7-
# Copyright (c) 2023 TileDB, Inc.
7+
# Copyright (c) 2025 TileDB, Inc.
88
#
99
# Permission is hereby granted, free of charge, to any person obtaining a copy
1010
# of this software and associated documentation files (the "Software"), to deal
@@ -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.28.0
61-
RELLIST_HASH SHA256=40c8a0b5b7ddfe6150e3ce390fd95761d2b7d5910ea3fd5c7dfb67d431e64660
60+
VERSION 2.29.0
61+
RELLIST_HASH SHA256=dcd46ae9fe9fee00bfd9b92f83606b73135c90df46e3246603d06074e28c7e99
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.28.0
66-
RELLIST_HASH SHA256=40c8a0b5b7ddfe6150e3ce390fd95761d2b7d5910ea3fd5c7dfb67d431e64660
65+
VERSION 2.29.0
66+
RELLIST_HASH SHA256=dcd46ae9fe9fee00bfd9b92f83606b73135c90df46e3246603d06074e28c7e99
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)