File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Version 0.6:
129129 - Fixed infinite loop in TIFF thumbnail loading
130130 - Updated jpeg-turbo till v3.1.3
131131 - Updated OpenEXR till v3.4.4
132- - Updated LibPNG till v1.6.53
132+ - Updated LibPNG till v1.6.54
133133 - Updated LibRaw till v0.21.5
134134 - Updated LibDav1d till v1.5.3
135135
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ unset(INSTALL_DIR)
1212
1313ExternalProject_Add (PNG
1414 PREFIX ${CMAKE_BINARY_DIR} /png
15- URL "https://github.com/pnggroup/libpng/archive/refs/tags/v1.6.53 .zip"
16- URL_MD5 "c5405489ce5db36ab2a50799c960f690 "
15+ URL "https://github.com/pnggroup/libpng/archive/refs/tags/v1.6.54 .zip"
16+ URL_MD5 "1eca555ae2674566a0b988c3ecf2ffaf "
1717 DOWNLOAD_DIR "${CMAKE_SOURCE_DIR} /dependencies/png"
1818 SOURCE_DIR "${EXTERNALPROJECT_SOURCE_PREFIX} /dependencies/png/source"
1919 BINARY_DIR "${CMAKE_BINARY_DIR} /png/build"
You can’t perform that action at this time.
0 commit comments