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

libiconv 1.18 #201423

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,7 @@ libheif
libhubbub
libical
libice
libiconv
libidn2
libimagequant
libimobiledevice-glue
Expand Down
8 changes: 5 additions & 3 deletions Formula/lib/libiconv.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading