Skip to content

Commit

Permalink
Change libtiff download URL to http to prevent let's encrypt CA chain…
Browse files Browse the repository at this point in the history
… issue.
  • Loading branch information
josephevans committed Oct 6, 2021
1 parent c452c82 commit 3ae1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/libtiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ ! -f $DEPS_PATH/lib/libtiff.a ]]; then
# download and build libtiff
>&2 echo "Building libtiff..."
download \
https://download.osgeo.org/libtiff/tiff-${TIFF_VERSION}.zip \
http://download.osgeo.org/libtiff/tiff-${TIFF_VERSION}.zip \
${DEPS_PATH}/libtiff.zip
unzip -q $DEPS_PATH/libtiff.zip -d $DEPS_PATH
pushd .
Expand Down

0 comments on commit 3ae1192

Please sign in to comment.