File tree 3 files changed +8
-8
lines changed
src/test/java/io/tiledb/java/api
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ if (NOT TILEDB_FOUND)
48
48
# Try to download prebuilt artifacts unless the user specifies to build from source
49
49
if (DOWNLOAD_TILEDB_PREBUILT)
50
50
if (WIN32 ) # Windows
51
- SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.0-rc0 /tiledb-windows-x86_64-2.16.0-rc0-d4a37a6 .zip" )
52
- SET (DOWNLOAD_SHA1 "5237ce7dcfa07d629e00a32c41f366e4a52a11f2 " )
51
+ SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.1 /tiledb-windows-x86_64-2.16.1-3abc68f .zip" )
52
+ SET (DOWNLOAD_SHA1 "3bc7d9f88f67b1138dd23a4b99a22a7b16ebf74f " )
53
53
elseif (APPLE ) # macOS
54
- SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.0-rc0 /tiledb-macos-x86_64-2.16.0-rc0-d4a37a6 .tar.gz" )
55
- SET (DOWNLOAD_SHA1 "619741d8a8936e0fb6bc19ace9c111c29dfe226a " )
54
+ SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.1 /tiledb-macos-x86_64-2.16.1-3abc68f .tar.gz" )
55
+ SET (DOWNLOAD_SHA1 "a0f322d7169635065e2117feac6cc1725e5c97cb " )
56
56
else () # Linux
57
- SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.0-rc0 /tiledb-linux-x86_64-2.16.0-rc0-d4a37a6 .tar.gz" )
58
- SET (DOWNLOAD_SHA1 "c8ddba2c0f7bfecbb8df62d67ba1b7d98b79d000 " )
57
+ SET (DOWNLOAD_URL "https://github.com./TileDB-Inc/TileDB/releases/download/2.16.1 /tiledb-linux-x86_64-2.16.1-3abc68f .tar.gz" )
58
+ SET (DOWNLOAD_SHA1 "0d65d8a1c0766dec3a5a76e72419850b76c955b7 " )
59
59
endif ()
60
60
61
61
ExternalProject_Add(ep_tiledb
Original file line number Diff line number Diff line change 1
1
TILEDB_GIT_REPOSITORY =https://github.com./TileDB-Inc/TileDB
2
- TILEDB_GIT_TAG =2.16.0
2
+ TILEDB_GIT_TAG =2.16.1
3
3
TILEDB_VERBOSE =ON
4
4
TILEDB_S3 =ON
5
5
TILEDB_AZURE =OFF
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ public void testVersion() {
35
35
System .out .println (version );
36
36
Assert .assertTrue (version .getMajor () == 2 );
37
37
Assert .assertTrue (version .getMinor () == 16 );
38
- Assert .assertTrue (version .getRevision () == 0 );
38
+ Assert .assertTrue (version .getRevision () == 1 );
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments