diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-11-13 20:15:04 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-11-13 22:55:31 (GMT) |
commit | 9b928dd4207148179c4ee612f71d6cc2328f0d02 (patch) | |
tree | 5a9ed732241e5abe0795aa23c4b0c5f6beddc51a /src/tiff.mk | |
parent | d8769fa94b4a50d92832b454453284a9c1158cb4 (diff) | |
download | mxe-9b928dd4207148179c4ee612f71d6cc2328f0d02.zip mxe-9b928dd4207148179c4ee612f71d6cc2328f0d02.tar.gz mxe-9b928dd4207148179c4ee612f71d6cc2328f0d02.tar.bz2 |
update: freetds, libjpeg-turbo, tiff
Diffstat (limited to 'src/tiff.mk')
-rw-r--r-- | src/tiff.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tiff.mk b/src/tiff.mk index 3b3a530..abe979d 100644 --- a/src/tiff.mk +++ b/src/tiff.mk @@ -4,8 +4,8 @@ PKG := tiff $(PKG)_WEBSITE := http://simplesystems.org/libtiff/ $(PKG)_DESCR := LibTIFF $(PKG)_IGNORE := -$(PKG)_VERSION := 4.0.9 -$(PKG)_CHECKSUM := 6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd +$(PKG)_VERSION := 4.0.10 +$(PKG)_CHECKSUM := 2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 $(PKG)_SUBDIR := tiff-$($(PKG)_VERSION) $(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://download.osgeo.org/libtiff/$($(PKG)_FILE) |