Skip to content

Commit

Permalink
libiconv 1.18
Browse files Browse the repository at this point in the history
autobump: add libiconv

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 16, 2024
1 parent a7bf743 commit f329f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
6 changes: 3 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 Down

0 comments on commit f329f2b

Please sign in to comment.