Skip to content

Commit

Permalink
libpq: revision bump to migrate to icu4c@75
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Oct 5, 2024
1 parent a9acb68 commit 554db31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/lib/libpq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Libpq < Formula
url "https://ftp.postgresql.org/pub/source/v17.0/postgresql-17.0.tar.bz2"
sha256 "7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de"
license "PostgreSQL"
revision 1

livecheck do
url "https://ftp.postgresql.org/pub/source/"
Expand All @@ -24,7 +25,7 @@ class Libpq < Formula
depends_on "docbook" => :build
depends_on "docbook-xsl" => :build
depends_on "pkg-config" => :build
depends_on "icu4c"
depends_on "icu4c@75"
# GSSAPI provided by Kerberos.framework crashes when forked.
# See https://github.com/Homebrew/homebrew-core/issues/47494.
depends_on "krb5"
Expand Down

0 comments on commit 554db31

Please sign in to comment.