Skip to content

Commit

Permalink
libiconv: update to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfly authored and shinchiro committed Dec 31, 2024
1 parent 40147a1 commit 775291c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ to update flags which will pass on gcc, g++ and etc.
- xvidcore (1.3.7)
- lzo (2.10)
- libopenmpt (0.7.8)
- libiconv (1.17)
- libiconv (1.18)
- ~~gmp (6.3.0)~~
- vapoursynth (R65/R63)
- ~~mbedtls (3.5.0)~~
Expand Down
6 changes: 3 additions & 3 deletions packages/libiconv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ if(CYGWIN OR MSYS)
endif()

# libarchive required 3rd party iconv.pc when linking
set(VERSION "1.17")
set(VERSION "1.18")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libiconv.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libiconv.pc @ONLY)

ExternalProject_Add(libiconv
URL https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz
URL_HASH SHA256=8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313
URL https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.18.tar.gz
URL_HASH SHA256=3B08F5F4F9B4EB82F151A7040BFD6FE6C6FB922EFE4B1659C66EA933276965E8
DOWNLOAD_DIR ${SOURCE_LOCATION}
CONFIGURE_COMMAND ${EXEC} CONF=1 <SOURCE_DIR>/configure
${build}
Expand Down

0 comments on commit 775291c

Please sign in to comment.