Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/p/pdal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Pdal < Formula
url "https://github.com/PDAL/PDAL/releases/download/2.9.2/PDAL-2.9.2-src.tar.bz2"
sha256 "a74bbc7f4e4f709ed589dbbb851926a63c391c974e3fc40a4c3ff34f7923021b"
license "BSD-3-Clause"
revision 1
head "https://github.com/PDAL/PDAL.git", branch: "master"

livecheck do
Expand Down
5 changes: 2 additions & 3 deletions Formula/t/tiledb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tiledb < Formula
desc "Universal storage engine"
homepage "https://tiledb.com/"
url "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.28.1.tar.gz"
sha256 "f011240a2ab7863b037a2e5531a0cba537dd65f603fa2508878541514a472e90"
url "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.29.0.tar.gz"
sha256 "5340e820323cdd48eac3cbd28ad55c1724f3f0b20dd2b88d196f336cffd92cdf"
license "MIT"

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

depends_on "fmt"
depends_on "libmagic"
depends_on "lz4"
depends_on "openssl@3"
depends_on "spdlog"
Expand Down
Loading