File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
src/test/java/io/tiledb/java/api Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group ' io.tiledb'
12
- version ' 0.17.4 -SNAPSHOT'
12
+ version ' 0.17.5 -SNAPSHOT'
13
13
14
14
repositories {
15
15
jcenter()
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.15.2 /tiledb-windows-x86_64-2.15.2-90f30eb .zip" )
52
- SET (DOWNLOAD_SHA1 "1adc1ffa3c6c0f637bcb68d3cd278b0bee597b9c " )
51
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.3 /tiledb-windows-x86_64-2.15.3-689bea0 .zip" )
52
+ SET (DOWNLOAD_SHA1 "942e40e88d31887a6606d54d848712ce3d6d3648 " )
53
53
elseif (APPLE ) # macOS
54
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.2 /tiledb-macos-x86_64-2.15.2-90f30eb .tar.gz" )
55
- SET (DOWNLOAD_SHA1 "616b9ab508d1233d3bc3d6a2a7b1c42c8098f38a " )
54
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.3 /tiledb-macos-x86_64-2.15.3-689bea0 .tar.gz " )
55
+ SET (DOWNLOAD_SHA1 "d2beede8e6e4d56ccdd789a1b5ee62a7267df81d " )
56
56
else () # Linux
57
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.2 /tiledb-linux-x86_64-2.15.2-90f30eb .tar.gz" )
58
- SET (DOWNLOAD_SHA1 "33ae11d507dc7bec82fbdfbd8e2b2e13cff16b89 " )
57
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.3 /tiledb-linux-x86_64-2.15.3-689bea0 .tar.gz" )
58
+ SET (DOWNLOAD_SHA1 "068a6301602734d92da5ca7a80e62ba5610514b8 " )
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.15.2
2
+ TILEDB_GIT_TAG =2.15.3
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 () >= 15 );
38
- Assert .assertTrue (version .getRevision () >= 2 );
38
+ Assert .assertTrue (version .getRevision () >= 3 );
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments