diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-10 11:40:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-10 11:40:09 +0200 |
commit | feb84b312e55a87defe462642c1accf8355a697c (patch) | |
tree | 7903e3c0c44c09242b5110d5d49731543b555934 /package/libtiff/Makefile | |
parent | 5e0b2ba6dd1ee02589ce2723fdfb583e1276ac43 (diff) |
libtiff: update to 4.0.6
Diffstat (limited to 'package/libtiff/Makefile')
-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 ca2c0d5a8..73eb29b12 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.4 +PKG_VERSION:= 4.0.6 PKG_RELEASE:= 1 -PKG_HASH:= 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 +PKG_HASH:= 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c PKG_DESCR:= library for reading/writing tiff images PKG_SECTION:= libs/image PKG_NEEDS:= c++ |