diff --git a/archives/freetype-2.5.3.tar.gz b/archives/freetype-2.5.3.tar.gz deleted file mode 100644 index fab7fd19..00000000 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 00000000..5e094659 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 566b5f17..00000000 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 00000000..1638b0fb 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 cf4c7af7..00000000 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 00000000..ccc3b224 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 e1f2320e..00000000 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 00000000..0c8d9ee5 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 583fd3eb..00000000 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 00000000..efca2f7c 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 d9e70472..00000000 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 00000000..465ec5c8 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 e7602963..2188a29c 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