diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-04 04:51:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-04 04:51:11 +0100 |
commit | 9fd9705985f3cbac0f51e264512a2b8a106f71cd (patch) | |
tree | 7f72186a74b3c6fff86a0a93af41f598a5f07f00 /package/libtiff | |
parent | 2501745514f274c756791d8615e0b8b823afdc3f (diff) |
tiff: update to 4.3.0
Diffstat (limited to 'package/libtiff')
-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 7c0e72fce..dfb21684a 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tiff -PKG_VERSION:= 4.0.8 +PKG_VERSION:= 4.3.0 PKG_RELEASE:= 1 -PKG_HASH:= 59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910 +PKG_HASH:= 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8 PKG_DESCR:= library for reading/writing tiff images PKG_SECTION:= libs/image PKG_NEEDS:= c++ |