From 8b1b4c8e42bb52e1de38acd9f3194a7a21175d1e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Dec 2024 16:56:57 -0500 Subject: [PATCH 1/2] libiconv 1.18 autobump: add libiconv Signed-off-by: Rui Chen libiconv: add autotools build deps Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libiconv.rb | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 7595aa512311b..288d3f61d4a89 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1672,6 +1672,7 @@ libheif libhubbub libical libice +libiconv libidn2 libimagequant libimobiledevice-glue diff --git a/Formula/lib/libiconv.rb b/Formula/lib/libiconv.rb index 5530ba2956673..ec6a8f6522acc 100644 --- a/Formula/lib/libiconv.rb +++ b/Formula/lib/libiconv.rb @@ -1,9 +1,9 @@ class Libiconv < Formula desc "Conversion library" homepage "https://www.gnu.org/software/libiconv/" - url "https://ftp.gnu.org/gnu/libiconv/libiconv-1.17.tar.gz" - mirror "https://ftpmirror.gnu.org/libiconv/libiconv-1.17.tar.gz" - sha256 "8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313" + url "https://ftp.gnu.org/gnu/libiconv/libiconv-1.18.tar.gz" + mirror "https://ftpmirror.gnu.org/libiconv/libiconv-1.18.tar.gz" + sha256 "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8" license all_of: ["GPL-3.0-or-later", "LGPL-2.0-or-later"] bottle do @@ -21,6 +21,8 @@ class Libiconv < Formula keg_only :provided_by_macos + depends_on "autoconf" => :build + depends_on "automake" => :build depends_on :macos # is not needed on Linux, where iconv.h is provided by glibc patch do From 0c754d3b298cb49012b81a8d9d83c0ad0dca142b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:03:16 +0000 Subject: [PATCH 2/2] libiconv: update 1.18 bottle. --- Formula/lib/libiconv.rb | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Formula/lib/libiconv.rb b/Formula/lib/libiconv.rb index ec6a8f6522acc..63e4b51e57a85 100644 --- a/Formula/lib/libiconv.rb +++ b/Formula/lib/libiconv.rb @@ -7,16 +7,11 @@ class Libiconv < Formula license all_of: ["GPL-3.0-or-later", "LGPL-2.0-or-later"] bottle do - sha256 cellar: :any, arm64_sequoia: "37f96886eac70776677020e73744f32663789865d9289d171441f6c80d0b25d4" - sha256 cellar: :any, arm64_sonoma: "27006be36397f6c9d4b35ac2703819f10477049ca458f4dce68a1f49c698b102" - sha256 cellar: :any, arm64_ventura: "edbda472042394672e4696d79462d8a3eccad99c84684e216de70b3f0e934f65" - sha256 cellar: :any, arm64_monterey: "2621f09f8681897e86d452876e64f73156042713db36beb52c95074f648c3ee6" - sha256 cellar: :any, arm64_big_sur: "c79ae70f794ef2747b10d0aa7c4ab27435a742509ec17131902f1d075002e043" - sha256 cellar: :any, sonoma: "d779bad04b0c94c4c2392d19ceeffe254e95f5b25ec6ac0b26e497914f71c170" - sha256 cellar: :any, ventura: "6f491691fbb950a75d976dad12f99ccfd99e5563056ae59404b62e80de67800a" - sha256 cellar: :any, monterey: "9484d4d80192da3c0dfd8d3eaa8b391db0120dd7d259670b821a38de7f404539" - sha256 cellar: :any, big_sur: "a68939ed416afc78c2d9ece02bab394858783db5e03e3cd4575f66dc9a43160f" - sha256 cellar: :any, catalina: "dfb536db610c9b2bad0e62d114ea81852d6d97da68b1360a404b9eb452413ab5" + sha256 cellar: :any, arm64_sequoia: "9e1ae85546acf11cfebe7552c70808a9b19418229726501f2bb7b3bceee47966" + sha256 cellar: :any, arm64_sonoma: "3f75b595baa51417a65a1fc7e3f9dc3bace9e14b40d03a6b5814342f5ee9f89e" + sha256 cellar: :any, arm64_ventura: "aa195231486c152454575759ec79d6b48b3aa3deab8ee37c0d19e99f98573eb5" + sha256 cellar: :any, sonoma: "9b5c0480b3c407b6b629e0f18f9e6888319c45fd6d9a87f1443b4baea9aa7577" + sha256 cellar: :any, ventura: "6b53c95ddaf694117513b040836eeddfe8eb7c0b16f687ea5784cbfdc6a78ff9" end keg_only :provided_by_macos