diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 20:09:48 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 20:09:48 +0000 |
commit | 7d9e527c92e1a49f47aa89ec08ab68e810f75fb2 (patch) | |
tree | 8eca8a876b282b43969e62d1c37a4509d3c87f94 /vars | |
parent | 014a91cca1f1bd294492868db506447c99bce755 (diff) | |
download | midipix_build-7d9e527c92e1a49f47aa89ec08ab68e810f75fb2.tar.bz2 midipix_build-7d9e527c92e1a49f47aa89ec08ab68e810f75fb2.tar.xz |
vars/build.vars:tiff: update URL.
Diffstat (limited to 'vars')
-rw-r--r-- | vars/build.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index b4d3e12a..9a668848 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -443,7 +443,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python"; : ${PKG_LIBJPEG_TURBO_CONFIGURE_ARGS_EXTRA:=--without-simd --with-jpeg8}; : ${PKG_TIFF_SHA256SUM:=6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd}; : ${PKG_TIFF_VERSION:=4.0.9}; -: ${PKG_TIFF_URL:=ftp://download.osgeo.org/libtiff/tiff-${PKG_TIFF_VERSION}.tar.gz}; +: ${PKG_TIFF_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/tiff/tiff-${PKG_TIFF_VERSION}.tar.gz}; : ${PKG_TIFF_CONFIGURE_ARGS_EXTRA:=--disable-cxx}; : ${PKG_GIFLIB_SHA256SUM:=df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5}; : ${PKG_GIFLIB_VERSION:=5.1.4}; |