Skip to content

Commit

Permalink
hfstospell: 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 afa86c2 commit b3e4c9c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Formula/h/hfstospell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Hfstospell < Formula
url "https://github.com/hfst/hfst-ospell/releases/download/v0.5.4/hfst-ospell-0.5.4.tar.bz2"
sha256 "ab644c802f813a06a406656c3a873d31f6a999e13cafc9df68b03e76714eae0e"
license "Apache-2.0"
revision 2
revision 3

livecheck do
url :stable
Expand All @@ -24,17 +24,12 @@ class Hfstospell < Formula
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "icu4c@75"
depends_on "icu4c@76"
depends_on "libarchive"

def install
ENV.cxx11

system "autoreconf", "--force", "--install", "--verbose"
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--without-libxmlpp",
"--prefix=#{prefix}"
system "./configure", "--disable-silent-rules", "--without-libxmlpp", *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit b3e4c9c

Please sign in to comment.