diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 20:52:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 20:52:34 +0200 |
commit | b5ca31408b93d01f8b15e2475e4856aa9a56fb05 (patch) | |
tree | a9c82fa23fbe3358586722d1a2ec7699f0e8e15b | |
parent | 4f42aaee1032d713562555ac4fa6b79fdefa3df9 (diff) |
libtiff: update to 4.7.1
-rw-r--r-- | package/libtiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index 00ce5fc11..8f9ae30b2 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tiff -PKG_VERSION:= 4.3.0 +PKG_VERSION:= 4.7.1 PKG_RELEASE:= 1 -PKG_HASH:= 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8 +PKG_HASH:= f698d94f3103da8ca7438d84e0344e453fe0ba3b7486e04c5bf7a9a3fabe9b69 PKG_DESCR:= library for reading/writing tiff images PKG_SECTION:= libs/image PKG_NEEDS:= c++ |