diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:54:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:56:01 +0200 |
commit | de92e9de68ca650e2a4ec843b8d65c01399e27b1 (patch) | |
tree | 45c45c6957fe86762895e6bc15bbdad54aa77c5c /package/libtiff/Makefile | |
parent | a72badfd2c0f4dcabb93695dfa1f4832c0555aa9 (diff) |
update tiff to latest stable version
Diffstat (limited to 'package/libtiff/Makefile')
-rw-r--r-- | package/libtiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index d71353a97..621c7f9ca 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tiff -PKG_VERSION:= 3.9.4 -PKG_RELEASE:= 4 -PKG_HASH:= 67b76d075fb74f7cb32e7e4b217701674755fe6cee0f463b259a753fce691da6 +PKG_VERSION:= 4.0.4 +PKG_RELEASE:= 1 +PKG_HASH:= 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 PKG_DESCR:= library for reading/writing tiff images PKG_DEPENDS:= libstdcxx PKG_SECTION:= libs/image |