Skip to content

Commit e7d8adb

Browse files
Update libpng from 1.6.47 to 1.6.48 (#2296)
* Update libpng from 1.6.47 to 1.6.48 * Update tests --------- Co-authored-by: emscripten-forge-bot <[email protected]> Co-authored-by: Isabel Paredes <[email protected]>
1 parent 5a43dd4 commit e7d8adb

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

recipes/recipes_emscripten/libpng/recipe.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
context:
22
name: libpng
3-
version: 1.6.47
3+
version: 1.6.48
44

55
package:
66
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
10-
url: http://downloads.sourceforge.net/project/${{ name }}/libpng16/${{ version }}/${{
11-
name }}-${{ version }}.tar.gz
12-
sha256: 084115c62fe023e3d88cd78764a4d8e89763985ee4b4a085825f7a00d85eafbb
10+
url: http://downloads.sourceforge.net/project/${{ name }}/libpng16/${{ version }}/${{ name }}-${{ version }}.tar.gz
11+
sha256: 68f3d83a79d81dfcb0a439d62b411aa257bb4973d7c67cd1ff8bdf8d011538cd
1312

1413
build:
15-
number: 1
14+
number: 0
1615

1716
requirements:
1817
build:
@@ -23,13 +22,11 @@ requirements:
2322

2423
tests:
2524
- package_contents:
26-
bin:
27-
- pngfix.wasm
28-
- png-fix-itxt.wasm
29-
lib:
30-
- libpng16.a
31-
include:
32-
- png.h
25+
files:
26+
- bin/pngfix.wasm
27+
- bin/png-fix-itxt.wasm
28+
- lib/libpng16.a
29+
- include/png.h
3330
- script:
3431
- libpng-config --version
3532

0 commit comments

Comments
 (0)