Skip to content

Commit

Permalink
use https for ijg.org
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 9, 2024
1 parent 29d11bc commit d778118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multibuild/library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function build_new_zlib {

function build_jpeg {
if [ -e jpeg-stamp ]; then return; fi
fetch_unpack http://ijg.org/files/jpegsrc.v${JPEG_VERSION}.tar.gz
fetch_unpack https://ijg.org/files/jpegsrc.v${JPEG_VERSION}.tar.gz
(cd jpeg-${JPEG_VERSION} \
&& ./configure --prefix=$BUILD_PREFIX \
&& make -j4 \
Expand Down

0 comments on commit d778118

Please sign in to comment.