Skip to content

Commit 83cf820

Browse files
committed
libpng v1.6.53 -> v1.6.54
1 parent d7a3f29 commit 83cf820

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cmake/dependency.png.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ unset(INSTALL_DIR)
1212

1313
ExternalProject_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"

0 commit comments

Comments
 (0)