Skip to content

Commit 563be46

Browse files
BrewTestBotchenrui333
authored andcommitted
tiledb 2.29.0
tiledb: remove `libmagic` dep Signed-off-by: Rui Chen <[email protected]>
1 parent 4026ebc commit 563be46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/t/tiledb.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tiledb < Formula
22
desc "Universal storage engine"
33
homepage "https://tiledb.com/"
4-
url "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.28.1.tar.gz"
5-
sha256 "f011240a2ab7863b037a2e5531a0cba537dd65f603fa2508878541514a472e90"
4+
url "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.29.0.tar.gz"
5+
sha256 "5340e820323cdd48eac3cbd28ad55c1724f3f0b20dd2b88d196f336cffd92cdf"
66
license "MIT"
77

88
livecheck do
@@ -24,7 +24,6 @@ class Tiledb < Formula
2424
depends_on "cmake" => :build
2525

2626
depends_on "fmt"
27-
depends_on "libmagic"
2827
depends_on "lz4"
2928
depends_on "openssl@3"
3029
depends_on "spdlog"

0 commit comments

Comments
 (0)