From 433abbf7169ac4db31115231fdc7399a8cec29bb Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 7 Oct 2024 13:06:15 -0400 Subject: [PATCH] zorba: use `icu4c@74` --- Formula/z/zorba.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zorba.rb b/Formula/z/zorba.rb index 758ac10ddf02..47710902ce49 100644 --- a/Formula/z/zorba.rb +++ b/Formula/z/zorba.rb @@ -4,7 +4,7 @@ class Zorba < Formula url "https://github.com/28msec/zorba/archive/refs/tags/3.1.tar.gz" sha256 "05eed935c0ff3626934a5a70724a42410fd93bc96aba1fa4821736210c7f1dd8" license "Apache-2.0" - revision 19 + revision 20 bottle do sha256 arm64_sequoia: "c748d5b310b5949922950639ab308a570420a1814ac18791afd40fcee4748c29" @@ -23,7 +23,7 @@ class Zorba < Formula depends_on "cmake" => :build depends_on "openjdk" => :build depends_on "flex" - depends_on "icu4c" + depends_on "icu4c@74" depends_on "xerces-c" uses_from_macos "libxml2"