Skip to content

Commit

Permalink
Merge pull request #175931 from Homebrew/bump-pdal-2.7.2
Browse files Browse the repository at this point in the history
pdal 2.7.2
  • Loading branch information
BrewTestBot committed Jun 29, 2024
2 parents 0c5b25c + e2e0597 commit ba10d29
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Formula/p/pdal.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Pdal < Formula
desc "Point data abstraction library"
homepage "https://www.pdal.io/"
url "https://github.com/PDAL/PDAL/releases/download/2.7.1/PDAL-2.7.1-src.tar.bz2"
sha256 "7769aaacfc26daeb559b511c73c241a5e9a2f31e26ef3a736204b83e791c5453"
url "https://github.com/PDAL/PDAL/releases/download/2.7.2/PDAL-2.7.2-src.tar.bz2"
sha256 "f6ae0f3dc012b19c70dde2361799ecac0cdcbeb9cad5cfd96313c9fdc8608f32"
license "BSD-3-Clause"
revision 2
head "https://github.com/PDAL/PDAL.git", branch: "master"

# The upstream GitHub repository sometimes creates tags that only include a
Expand All @@ -18,23 +17,30 @@ class Pdal < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "78faca61290d969153673696ed76b92a84338724f95ca6c744dac7a6db0e2cb1"
sha256 cellar: :any, arm64_ventura: "61ed1f667ecd1cfb3414f125d5ffb9515d8862bcbce79226abadcd5d35ee3cee"
sha256 cellar: :any, arm64_monterey: "d42840c028a0429a615e8cde87760105ce2f66579d6a45d3ccb28a205c2f41d1"
sha256 cellar: :any, sonoma: "a7ea7ff45c148c9e38d5d343cdc29c662c1b3ade3c3a656420400fa6919be3b3"
sha256 cellar: :any, ventura: "e641444bffa6f91e64e90e34c88c4f19502bd36ce9e4ba69c8a1131e5b9673dd"
sha256 cellar: :any, monterey: "9233efc48e140c65827bc8fa349c78ea741433e7e02f81c834158407ab292e01"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3adb78553c739e806602f7ed6d2863fe907aa6f8e44cb2e38f72c1151b349f8"
sha256 cellar: :any, arm64_sonoma: "21d4f2320e136d8c7d87d299d0984feb8f6aab0f6dab4e7a676d2b21ba593959"
sha256 cellar: :any, arm64_ventura: "ac56d6c29ebf15e1712aea4e32a556b9990176495e499403066537cab2b2ece5"
sha256 cellar: :any, arm64_monterey: "043b657f0abf3e90d8fe5f6a9ceebfc0a2cb34b7b5d533b9dae9526528e0b5dd"
sha256 cellar: :any, sonoma: "75c2fecb49a5d8029a38a0f2c2872acd540a27a3aef6da7ef33589ea7179fe96"
sha256 cellar: :any, ventura: "27b9308832346b0ce1d59ec1658883e4cd9f76d12b20010e689f297e3b2b276e"
sha256 cellar: :any, monterey: "9d7f89d8ee77abb37ff4dc86e105671c094b22651cfe3de2bb92f310a0d568fe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d46e3c1ec5dbca3550598e86b7d25f49f36749bc303f09ae1c7771eddf9628b7"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "gdal"
depends_on "hdf5"
depends_on "laszip"
depends_on "libgeotiff"
depends_on "libpq"
depends_on "libxml2"
depends_on "numpy"
depends_on "openssl@3"
depends_on "proj"
depends_on "zstd"

uses_from_macos "curl"
uses_from_macos "zlib"

on_linux do
depends_on "libunwind"
Expand Down

0 comments on commit ba10d29

Please sign in to comment.