Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icu4c@77 77.1 (new formula) (pre-release) #208959

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
040712e
icu4c@77 77.1 (new formula) (pre-release)
cho-m Feb 25, 2025
753772d
apngasm: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
1d5d580
boost: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
1d4fb1a
easyrpg-player: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
b08563c
freeciv: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
8203e74
freeling: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
42f2de3
gspell: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
f69bf30
harfbuzz: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
00439e0
libgedit-tepl: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
53cf030
liblcf: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
06870f1
libphonenumber: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
1896933
libpq: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
8effe8a
libspelling: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
a4ceb6b
libxml2: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
eaea914
manticoresearch: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
55dd9cf
mapnik: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
7f3bb55
mpd: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
9714c49
mysql: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
7b909a5
ncmpcpp: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
602370d
node: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
487b1f7
pazpar2: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
2cb82c7
percona-server: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
92bb055
php: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
0878161
[email protected]: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
1c90252
[email protected]: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
becc74d
[email protected]: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
2fe292e
postgis: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
3967b5b
qt: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
180c097
sile: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
ba472ac
spidermonkey: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
de7ef53
tectonic: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
d91eb97
tesseract: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
167fd32
texlive: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
4c7b649
tinysparql: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
f138070
vte3: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
4e3e1b2
webkitgtk: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
164041f
widelands: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
6b8da1e
yaz: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
4b4c827
zebra: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
19dbf7c
znc: revision bump to migrate to `icu4c@77`
cho-m Feb 25, 2025
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
4 changes: 2 additions & 2 deletions Formula/a/apngasm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Apngasm < Formula
url "https://github.com/apngasm/apngasm/archive/refs/tags/3.1.10.tar.gz"
sha256 "8171e2c1d37ab231a2061320cb1e5d15cee37642e3ce78e8ab0b8dfc45b80f6c"
license "Zlib"
revision 15
revision 16
head "https://github.com/apngasm/apngasm.git", branch: "master"

bottle do
Expand All @@ -18,7 +18,7 @@ class Apngasm < Formula

depends_on "cmake" => :build
depends_on "boost"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "libpng"
depends_on "lzlib"
depends_on macos: :catalina
Expand Down
3 changes: 2 additions & 1 deletion Formula/b/boost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Boost < Formula
url "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz"
sha256 "3abd7a51118a5dd74673b25e0a3f0a4ab1752d8d618f4b8cea84a603aeecc680"
license "BSL-1.0"
revision 1
head "https://github.com/boostorg/boost.git", branch: "master"

livecheck do
Expand All @@ -23,7 +24,7 @@ class Boost < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed501937c2b5e96c65f5b44c852f7fb8e8692fcd009459980b3751d10e762164"
end

depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "xz"
depends_on "zstd"

Expand Down
4 changes: 2 additions & 2 deletions Formula/e/easyrpg-player.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class EasyrpgPlayer < Formula
url "https://easyrpg.org/downloads/player/0.8/easyrpg-player-0.8.tar.xz"
sha256 "06e6d034348d1c52993d0be6b88fc3502a6c7718e366f691401539d5a2195c79"
license "GPL-3.0-or-later"
revision 6
revision 7

livecheck do
url "https://easyrpg.org/player/downloads/"
Expand All @@ -25,7 +25,7 @@ class EasyrpgPlayer < Formula
depends_on "fmt"
depends_on "freetype"
depends_on "harfbuzz"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "liblcf"
depends_on "libpng"
depends_on "libsndfile"
Expand Down
3 changes: 2 additions & 1 deletion Formula/f/freeciv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Freeciv < Formula
url "https://downloads.sourceforge.net/project/freeciv/Freeciv%203.1/3.1.4/freeciv-3.1.4.tar.xz"
sha256 "14999bb903c4507cc287d5a8dd1b89eee623bb41b4e01e0836567fb5f13296e4"
license "GPL-2.0-or-later"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -38,7 +39,7 @@ class Freeciv < Formula
depends_on "glib"
depends_on "gtk+3"
depends_on "harfbuzz"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "pango"
depends_on "readline"
depends_on "sdl2"
Expand Down
4 changes: 2 additions & 2 deletions Formula/f/freeling.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Freeling < Formula
url "https://github.com/TALP-UPC/FreeLing/releases/download/4.2/FreeLing-src-4.2.1.tar.gz"
sha256 "c672a6379142ac2e872741e7662f17eccd8230bffc680564d2843d87480f1600"
license "AGPL-3.0-only"
revision 8
revision 9

bottle do
sha256 cellar: :any, arm64_sequoia: "d6acdd643de5c309907ceb793cd046cd8dd8ad28699322502b5dfb66a2242a2f"
Expand All @@ -17,7 +17,7 @@ class Freeling < Formula

depends_on "cmake" => :build
depends_on "boost"
depends_on "icu4c@76"
depends_on "icu4c@77"

uses_from_macos "zlib"

Expand Down
4 changes: 2 additions & 2 deletions Formula/g/gspell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Gspell < Formula
url "https://download.gnome.org/sources/gspell/1.14/gspell-1.14.0.tar.xz"
sha256 "64ea1d8e9edc1c25b45a920e80daf67559d1866ffcd7f8432fecfea6d0fe8897"
license "LGPL-2.1-or-later"
revision 2
revision 3

bottle do
sha256 arm64_sequoia: "03106944ffad6a23ddd95ca647a7808698374337309aba617c63d11eb4a47130"
Expand All @@ -28,7 +28,7 @@ class Gspell < Formula
depends_on "glib"
depends_on "gtk+3"
depends_on "harfbuzz"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "pango"

on_macos do
Expand Down
3 changes: 2 additions & 1 deletion Formula/h/harfbuzz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Harfbuzz < Formula
url "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/10.3.0.tar.gz"
sha256 "39cd3df7217f2477cf31f3c9d3a002e4d5ef0ba6822151e82ea6b46e42ea1cb2"
license "MIT"
revision 1
head "https://github.com/harfbuzz/harfbuzz.git", branch: "main"

bottle do
Expand All @@ -25,7 +26,7 @@ class Harfbuzz < Formula
depends_on "freetype"
depends_on "glib"
depends_on "graphite2"
depends_on "icu4c@76"
depends_on "icu4c@77"

resource "homebrew-test-ttf" do
url "https://github.com/harfbuzz/harfbuzz/raw/fc0daafab0336b847ac14682e581a8838f36a0bf/test/shaping/fonts/sha1sum/270b89df543a7e48e206a2d830c0e10e5265c630.ttf"
Expand Down
48 changes: 48 additions & 0 deletions Formula/i/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
class Icu4cAT77 < Formula
desc "C/C++ and Java libraries for Unicode and globalization"
homepage "https://icu.unicode.org/home"
url "https://github.com/unicode-org/icu/releases/download/release-77-rc/icu4c-77_1rc-src.tgz"
version "77.1"
sha256 "a82ecd6b2f99e65923197fd35c046ce0e48395704220a79ff505104bad52c9e8"
license "ICU"

# We allow the livecheck to detect new `icu4c` major versions in order to
# automate version bumps. To make sure PRs are created correctly, we output
# an error during installation to notify when a new formula is needed.
livecheck do
url :stable
regex(/^release[._-]v?(\d+(?:[.-]\d+)+)$/i)
strategy :git do |tags, regex|
tags.filter_map { |tag| tag[regex, 1]&.tr("-", ".") }
end
end

# TODO: keg_only :shadowed_by_macos, "macOS provides libicucore.dylib (but nothing else)"
keg_only :versioned_formula

def install
odie "Major version bumps need a new formula!" if version.major.to_s != name[/@(\d+)$/, 1]

args = %w[
--disable-samples
--disable-tests
--enable-static
--with-library-bits=64
]

cd "source" do
system "./configure", *args, *std_configure_args
system "make"
system "make", "install"
end
end

test do
if File.exist? "/usr/share/dict/words"
system bin/"gendict", "--uchars", "/usr/share/dict/words", "dict"
else
(testpath/"hello").write "hello\nworld\n"
system bin/"gendict", "--uchars", "hello", "dict"
end
end
end
3 changes: 2 additions & 1 deletion Formula/lib/libgedit-tepl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
url "https://gitlab.gnome.org/World/gedit/libgedit-tepl/-/archive/6.12.0/libgedit-tepl-6.12.0.tar.bz2"
sha256 "2170a6db99803b08fe7437bd8382ed2938baf4f5838349ba90dee1308a7dc08d"
license "LGPL-2.1-or-later"
revision 1
head "https://gitlab.gnome.org/World/gedit/libgedit-tepl.git", branch: "main"

bottle do
Expand All @@ -23,7 +24,7 @@
depends_on "cairo"
depends_on "glib"
depends_on "gtk+3"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "libgedit-amtk"
depends_on "libgedit-gfls"
depends_on "libgedit-gtksourceview"
Expand All @@ -49,7 +50,7 @@
"\\1 #{icu4c_pc_dir}/icu-uc.pc, #{icu4c_pc_dir}/icu-i18n.pc,"
end

test do

Check failure on line 53 in Formula/lib/libgedit-tepl.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew test --verbose libgedit-tepl` failed on Linux!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
(testpath/"test.c").write <<~C
#include <tepl/tepl.h>

Expand Down
4 changes: 2 additions & 2 deletions Formula/lib/liblcf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Liblcf < Formula
desc "Library for RPG Maker 2000/2003 games data"
homepage "https://easyrpg.org/"
license "MIT"
revision 4
revision 5
head "https://github.com/EasyRPG/liblcf.git", branch: "master"

stable do
Expand All @@ -27,7 +27,7 @@ class Liblcf < Formula

depends_on "cmake" => :build
depends_on "expat" # Building against `liblcf` fails with `uses_from_macos`
depends_on "icu4c@76"
depends_on "icu4c@77"

def install
system "cmake", "-S", ".", "-B", "build",
Expand Down
3 changes: 2 additions & 1 deletion Formula/lib/libphonenumber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
url "https://github.com/google/libphonenumber/archive/refs/tags/v8.13.55.tar.gz"
sha256 "0a4af8d319bde54565ebefd6ec9c2708fd9e145f6ee0469345b3bf07d2e4c8b6"
license "Apache-2.0"
revision 1

livecheck do
url :stable
Expand All @@ -23,7 +24,7 @@
depends_on "openjdk" => :build
depends_on "abseil"
depends_on "boost"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "protobuf"

def install
Expand All @@ -35,7 +36,7 @@
system "cmake", "--install", "build"
end

test do

Check failure on line 39 in Formula/lib/libphonenumber.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew test --verbose libphonenumber` failed on Linux!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
(testpath/"test.cpp").write <<~CPP
#include <phonenumbers/phonenumberutil.h>
#include <phonenumbers/phonenumber.pb.h>
Expand Down
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.4/postgresql-17.4.tar.bz2"
sha256 "c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7"
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 "pkgconf" => :build
depends_on "icu4c@76"
depends_on "icu4c@77"
# GSSAPI provided by Kerberos.framework crashes when forked.
# See https://github.com/Homebrew/homebrew-core/issues/47494.
depends_on "krb5"
Expand Down
3 changes: 2 additions & 1 deletion Formula/lib/libspelling.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Libspelling < Formula
url "https://gitlab.gnome.org/GNOME/libspelling/-/archive/0.4.6/libspelling-0.4.6.tar.bz2"
sha256 "5625bbb3db35e8163c71c66ae29308244543316d0aeb8489d942fab9afd9222d"
license "LGPL-2.1-or-later"
revision 1

bottle do
sha256 arm64_sequoia: "d56030a9c7df0a6df906f7968a6dddd1e9c780fec38d8342fa494bf964732c14"
Expand All @@ -24,7 +25,7 @@ class Libspelling < Formula
depends_on "glib"
depends_on "gtk4"
depends_on "gtksourceview5"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "pango"

on_macos do
Expand Down
3 changes: 2 additions & 1 deletion Formula/lib/libxml2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
desc "GNOME XML library"
homepage "http://xmlsoft.org/"
license "MIT"
revision 1

stable do
url "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.tar.xz"
Expand Down Expand Up @@ -49,7 +50,7 @@
depends_on "python-setuptools" => :build
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "readline"

uses_from_macos "zlib"
Expand Down Expand Up @@ -122,7 +123,7 @@
end
end

test do

Check failure on line 126 in Formula/lib/libxml2.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew test --verbose libxml2` failed on Linux!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
(testpath/"test.c").write <<~C
#include <libxml/tree.h>

Expand Down
3 changes: 2 additions & 1 deletion Formula/m/manticoresearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Manticoresearch < Formula
{ "GPL-2.0-only" => { with: "x11vnc-openssl-exception" } }, # galera
{ any_of: ["Unlicense", "MIT"] }, # uni-algo (our formula is too new)
]
revision 1
version_scheme 1
head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master"

Expand All @@ -35,7 +36,7 @@ class Manticoresearch < Formula
# NOTE: `libpq`, `mariadb-connector-c`, `unixodbc` and `zstd` are dynamically loaded rather than linked
depends_on "boost"
depends_on "cctz"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "libpq"
depends_on "mariadb-connector-c"
depends_on "openssl@3"
Expand Down
3 changes: 2 additions & 1 deletion Formula/m/mapnik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Mapnik < Formula
tag: "v4.0.5",
revision: "ad6a7507d5ce0484e85da80ad2a27adb1e15b101"
license "LGPL-2.1-or-later"
revision 1
head "https://github.com/mapnik/mapnik.git", branch: "master"

livecheck do
Expand All @@ -29,7 +30,7 @@ class Mapnik < Formula
depends_on "freetype"
depends_on "gdal"
depends_on "harfbuzz"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "jpeg-turbo"
depends_on "libpng"
depends_on "libpq"
Expand Down
4 changes: 2 additions & 2 deletions Formula/m/mpd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Mpd < Formula
desc "Music Player Daemon"
homepage "https://github.com/MusicPlayerDaemon/MPD"
license "GPL-2.0-or-later"
revision 1
revision 2
head "https://github.com/MusicPlayerDaemon/MPD.git", branch: "master"

stable do
Expand Down Expand Up @@ -39,7 +39,7 @@ class Mpd < Formula
depends_on "fmt"
depends_on "game-music-emu"
depends_on "glib"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "lame"
depends_on "libao"
depends_on "libgcrypt"
Expand Down
3 changes: 2 additions & 1 deletion Formula/m/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Mysql < Formula
url "https://cdn.mysql.com/Downloads/MySQL-9.2/mysql-9.2.0.tar.gz"
sha256 "a39d11fdf6cf8d1b03b708d537a9132de4b99a9eb4d610293937f0687cd37a12"
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
revision 1

livecheck do
url "https://dev.mysql.com/downloads/mysql/?tpl=files&os=src"
Expand All @@ -26,7 +27,7 @@ class Mysql < Formula
depends_on "cmake" => :build
depends_on "pkgconf" => :build
depends_on "abseil"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "lz4"
depends_on "openssl@3"
depends_on "protobuf"
Expand Down
4 changes: 2 additions & 2 deletions Formula/n/ncmpcpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Ncmpcpp < Formula
url "https://github.com/ncmpcpp/ncmpcpp/archive/refs/tags/0.10.1.tar.gz"
sha256 "ddc89da86595d272282ae8726cc7913867b9517eec6e765e66e6da860b58e2f9"
license "GPL-2.0-or-later"
revision 1
revision 2
head "https://github.com/ncmpcpp/ncmpcpp.git", branch: "master"

bottle do
Expand All @@ -23,7 +23,7 @@ class Ncmpcpp < Formula
depends_on "pkgconf" => :build
depends_on "boost"
depends_on "fftw"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "libmpdclient"
depends_on "ncurses"
depends_on "readline"
Expand Down
3 changes: 2 additions & 1 deletion Formula/n/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Node < Formula
url "https://nodejs.org/dist/v23.7.0/node-v23.7.0.tar.xz"
sha256 "8de192ef2fee2ee8a230dd8d0e9aee182ee9c9856ccdb5fd95188abe84f77242"
license "MIT"
revision 1
head "https://github.com/nodejs/node.git", branch: "main"

livecheck do
Expand All @@ -24,7 +25,7 @@ class Node < Formula
depends_on "[email protected]" => :build
depends_on "brotli"
depends_on "c-ares"
depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "libnghttp2"
depends_on "libuv"
depends_on "openssl@3"
Expand Down
4 changes: 2 additions & 2 deletions Formula/p/pazpar2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Pazpar2 < Formula
url "https://ftp.indexdata.com/pub/pazpar2/pazpar2-1.14.1.tar.gz"
sha256 "9baf590adb52cd796eccf01144eeaaf7353db1fd05ae436bdb174fe24362db53"
license "GPL-2.0-or-later"
revision 7
revision 8

livecheck do
url "https://ftp.indexdata.com/pub/pazpar2/"
Expand All @@ -29,7 +29,7 @@ class Pazpar2 < Formula

depends_on "pkgconf" => :build

depends_on "icu4c@76"
depends_on "icu4c@77"
depends_on "yaz"

uses_from_macos "libxml2"
Expand Down
Loading
Loading