Skip to content

Commit

Permalink
Merge pull request #204897 from Homebrew/bump-pgrouting-3.7.2
Browse files Browse the repository at this point in the history
pgrouting 3.7.2
  • Loading branch information
BrewTestBot authored Jan 20, 2025
2 parents b21879b + 1670bd5 commit e752e04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pgrouting.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pgrouting < Formula
desc "Provides geospatial routing for PostGIS/PostgreSQL database"
homepage "https://pgrouting.org/"
url "https://github.com/pgRouting/pgrouting/releases/download/v3.7.1/pgrouting-3.7.1.tar.gz"
sha256 "2ff432d392fa05784a1d0fe7d01cf4c1f474cdd4a0b7081fb69269970948c6b6"
url "https://github.com/pgRouting/pgrouting/releases/download/v3.7.2/pgrouting-3.7.2.tar.gz"
sha256 "953e3368b172fe81881128a6ec078f6b31cf52196b773dfc05df4237bb9c5e26"
license "GPL-2.0-or-later"
head "https://github.com/pgRouting/pgrouting.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Pgrouting < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7873c42ad734a8fb46c30a37a17cfe1abcb4c8e6663f50bbb5be90b786b830e4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "19d11c777a7f4c0cc336f809df6e3f0a558497f766d12aa4bb2b0f2df3f1ccac"
sha256 cellar: :any_skip_relocation, arm64_ventura: "96f1b7ba76045af7530812c58739dd08f84489114b94878977d69b714c66fcf7"
sha256 cellar: :any_skip_relocation, sonoma: "cb444264f526620686d055e3c235d41cd2dd74c3f954da6d911188e9c2153038"
sha256 cellar: :any_skip_relocation, ventura: "b9748459e27f475765cb5e1ea0a9c269227b963f9fa637b8395285452b71329a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a801b8ab4859586e61cd98e9105113e6eb4a9dcb20dc9bfccc489aec1cbf063"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "62ef64cd8915e0b5ab7c2d1cd6ce0ad51ee6da6a45944fcc67bc9aa582f77e7d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa94dd243925a91709e583335c5d5a78f2dc6983ff985a1d2616c2dc66c219e7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cb357e50ab259cc51be07efa3ac9cbac451e519efaeee0e7385426b8d62a61f3"
sha256 cellar: :any_skip_relocation, sonoma: "ddc0ebe092c324a569cc017464691f141794b666e3ee2598cecf38ad5619c267"
sha256 cellar: :any_skip_relocation, ventura: "497d9e6479135726897abbd0415576a6c2730c5c55049de71956ba9063f9dc38"
sha256 cellar: :any_skip_relocation, x86_64_linux: "db4050839d21a4c44ca82e66f6ac200b933a7a3c701249473424808493870845"
end

depends_on "boost" => :build
Expand Down

0 comments on commit e752e04

Please sign in to comment.