File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/test/java/io/tiledb/java/api Expand file tree Collapse file tree 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)
4848 # Try to download prebuilt artifacts unless the user specifies to build from source
4949 if (DOWNLOAD_TILEDB_PREBUILT)
5050 if (WIN32 ) # Windows
51- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.0 /tiledb-windows-x86_64-2.13.0-db00e70 .zip" )
52- SET (DOWNLOAD_SHA1 "e38b77c672ff885c47d50e89fba8b344cd4ebe38 " )
51+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.1 /tiledb-windows-x86_64-2.13.1-21c75f9 .zip" )
52+ SET (DOWNLOAD_SHA1 "cd6cd7936f0f8f83074bafb91f010ea526815e7d " )
5353 elseif (APPLE ) # macOS
54- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.0 /tiledb-macos-x86_64-2.13.0-db00e70 .tar.gz" )
55- SET (DOWNLOAD_SHA1 "ac9f7a735568e2461a4b72706d574b799e84a7c6 " )
54+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.1 /tiledb-macos-x86_64-2.13.1-21c75f9 .tar.gz" )
55+ SET (DOWNLOAD_SHA1 "27986177b4e1254a0cd63f7cef37440c189b679c " )
5656 else () # Linux
57- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.0 /tiledb-linux-x86_64-2.13.0-db00e70 .tar.gz" )
58- SET (DOWNLOAD_SHA1 "5ea6c6008c2c1bab80fee5093eff50179a02db23 " )
57+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.13.1 /tiledb-linux-x86_64-2.13.1-21c75f9 .tar.gz" )
58+ SET (DOWNLOAD_SHA1 "563ddd7d10ded0beb832bb767c39be5c807eb34a " )
5959 endif ()
6060
6161 ExternalProject_Add(ep_tiledb
Original file line number Diff line number Diff line change 11TILEDB_GIT_REPOSITORY =https://github.com/TileDB-Inc/TileDB
2- TILEDB_GIT_TAG =2.13.0
2+ TILEDB_GIT_TAG =2.13.1
33TILEDB_VERBOSE =ON
44TILEDB_S3 =ON
55TILEDB_AZURE =OFF
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ public void testVersion() {
3535 System .out .println (version );
3636 Assert .assertTrue (version .getMajor () >= 2 );
3737 Assert .assertTrue (version .getMinor () >= 13 );
38- Assert .assertTrue (version .getRevision () >= 0 );
38+ Assert .assertTrue (version .getRevision () >= 1 );
3939 }
4040}
You can’t perform that action at this time.
0 commit comments