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

Update libpng from 1.6.43 to 1.6.44 #1325

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
10 changes: 7 additions & 3 deletions recipes/recipes_emscripten/libpng/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
context:
name: libpng
version: 1.6.43
version: 1.6.44

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

source:
url: http://download.sourceforge.net/libpng/libpng-${{ version }}.tar.gz
sha256: e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925
url:
- http://download.sourceforge.net/libpng/libpng-${{ version }}.tar.gz
- https://sourceforge.net/projects/${{ name }}/files/${{ name }}16/${{ version }}/${{ name }}-${{ version }}.tar.gz/download
sha256: 8c25a7792099a0089fa1cc76c94260d0bb3f1ec52b93671b572f8bb61577b732

build:
number: 0
Expand All @@ -25,6 +27,7 @@ tests:
- test -f ${PREFIX}/lib/libpng.a
- test -f ${PREFIX}/include/png.h
- libpng-config --version

about:
license: zlib-acknowledgement
license_file: LICENSE
Expand All @@ -34,6 +37,7 @@ about:
libpng is the official PNG reference library. It supports almost all PNG
features, is extensible, and has been extensively tested for over 20 years.
homepage: http://www.libpng.org/pub/png/libpng.html

extra:
recipe-maintainers:
- martinRenou
Loading