diff --git a/archives/freetype-2.5.3.tar.gz b/archives/freetype-2.5.3.tar.gz deleted file mode 100644 index fab7fd191..000000000 Binary files a/archives/freetype-2.5.3.tar.gz and /dev/null differ diff --git a/archives/freetype-2.6.tar.gz b/archives/freetype-2.6.tar.gz new file mode 100644 index 000000000..5e0946592 Binary files /dev/null and b/archives/freetype-2.6.tar.gz differ diff --git a/archives/lcms2-2.6.tar.gz b/archives/lcms2-2.6.tar.gz deleted file mode 100644 index 566b5f174..000000000 Binary files a/archives/lcms2-2.6.tar.gz and /dev/null differ diff --git a/archives/lcms2-2.7.tar.gz b/archives/lcms2-2.7.tar.gz new file mode 100644 index 000000000..1638b0fb7 Binary files /dev/null and b/archives/lcms2-2.7.tar.gz differ diff --git a/archives/libpng-1.6.12.tar.gz b/archives/libpng-1.6.12.tar.gz deleted file mode 100644 index cf4c7af74..000000000 Binary files a/archives/libpng-1.6.12.tar.gz and /dev/null differ diff --git a/archives/libpng-1.6.17.tar.gz b/archives/libpng-1.6.17.tar.gz new file mode 100644 index 000000000..ccc3b2243 Binary files /dev/null and b/archives/libpng-1.6.17.tar.gz differ diff --git a/archives/libwebp-0.4.0.tar.gz b/archives/libwebp-0.4.0.tar.gz deleted file mode 100644 index e1f2320e7..000000000 Binary files a/archives/libwebp-0.4.0.tar.gz and /dev/null differ diff --git a/archives/libwebp-0.4.3.tar.gz b/archives/libwebp-0.4.3.tar.gz new file mode 100644 index 000000000..0c8d9ee57 Binary files /dev/null and b/archives/libwebp-0.4.3.tar.gz differ diff --git a/archives/openjpeg-2.0.0.tar.gz b/archives/openjpeg-2.0.0.tar.gz deleted file mode 100644 index 583fd3eba..000000000 Binary files a/archives/openjpeg-2.0.0.tar.gz and /dev/null differ diff --git a/archives/openjpeg-2.1.0.tar.gz b/archives/openjpeg-2.1.0.tar.gz new file mode 100644 index 000000000..efca2f7c9 Binary files /dev/null and b/archives/openjpeg-2.1.0.tar.gz differ diff --git a/archives/tiff-4.0.3.tar.gz b/archives/tiff-4.0.3.tar.gz deleted file mode 100644 index d9e704722..000000000 Binary files a/archives/tiff-4.0.3.tar.gz and /dev/null differ diff --git a/archives/tiff-4.0.4.tar.gz b/archives/tiff-4.0.4.tar.gz new file mode 100644 index 000000000..465ec5c89 Binary files /dev/null and b/archives/tiff-4.0.4.tar.gz differ diff --git a/run_install.sh b/run_install.sh index e76029632..2188a29c8 100644 --- a/run_install.sh +++ b/run_install.sh @@ -2,14 +2,14 @@ source terryfy/travis_tools.sh source terryfy/library_installers.sh # Package versions for fresh source builds -FT_VERSION=2.5.3 -PNG_VERSION=1.6.12 +FT_VERSION=2.6 +PNG_VERSION=1.6.17 ZLIB_VERSION=1.2.8 JPEG_VERSION=9a -OPENJPEG_VERSION=2.0.0 -TIFF_VERSION=4.0.3 -LCMS_VERSION=2.6 -WEBP_VERSION=0.4.0 +OPENJPEG_VERSION=2.1.0 +TIFF_VERSION=4.0.4 +LCMS_VERSION=2.7 +WEBP_VERSION=0.4.3 # Need cmake for openjpeg brew install cmake