Skip to content

Commit

Permalink
postgresql@15: revision bump to migrate to icu4c@76
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Oct 31, 2024
1 parent 51b907f commit e7798da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/p/postgresql@15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PostgresqlAT15 < Formula
url "https://ftp.postgresql.org/pub/source/v15.8/postgresql-15.8.tar.bz2"
sha256 "4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a"
license "PostgreSQL"
revision 2
revision 3

livecheck do
url "https://ftp.postgresql.org/pub/source/"
Expand All @@ -27,7 +27,7 @@ class PostgresqlAT15 < Formula

depends_on "gettext" => :build
depends_on "pkg-config" => :build
depends_on "icu4c@75"
depends_on "icu4c@76"

# GSSAPI provided by Kerberos.framework crashes when forked.
# See https://github.com/Homebrew/homebrew-core/issues/47494.
Expand Down

0 comments on commit e7798da

Please sign in to comment.