Skip to content

Commit

Permalink
Update libiconv from 1.17 to 1.18 [emscripten-3.1.73] (#1578)
Browse files Browse the repository at this point in the history
* Update libiconv from 1.17 to 1.18 [emscripten-3.1.73]

* Update recipe.yaml

---------

Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com>
Co-authored-by: Thorsten Beier <derthorstenbeier@gmail.com>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent 4b7ed37 commit c59a407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/recipes_emscripten/libiconv/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
context:
version: '1.17'
version: '1.18'

package:
name: libiconv
version: ${{ version }}

source:
- url: https://ftp.gnu.org/pub/gnu/libiconv/libiconv-${{ version }}.tar.gz
sha256: 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313
sha256: 3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8

build:
number: 3
number: 0

requirements:
build:
Expand All @@ -23,10 +23,10 @@ tests:
include:
- iconv.h
- script:
- node ${PREFIX}/bin/iconv --version
- node ${PREFIX}/bin/iconv --version
requirements:
build:
- nodejs
- nodejs

about:
homepage: https://www.gnu.org/software/libiconv/
Expand Down

0 comments on commit c59a407

Please sign in to comment.